RE: Unable to view repository list

2010-08-26 Thread Neson Maxmelbin (RBEI/EMT5)
When I try to access the parent path , I am asked for authentication and then I get this error message - Forbidden You don't have permission to access /repos/ on this server Following lines in the access log xx.yy.zz.ss - - [27/Aug/2010:10:58:01 +0530] "GET /repos HTTP/1.1" 302 231 xx.yy.zz.ss

Re: Unable to view repository list

2010-08-26 Thread Ryan Schmidt
On Aug 27, 2010, at 00:13, Neson Maxmelbin (RBEI/EMT5) wrote: > I can access the repositories ok, but unable to view the parent path on web > so that I can see the list of repositories. What happens instead? Is there anything useful in the Apache logs at that time?

Unable to view repository list

2010-08-26 Thread Neson Maxmelbin (RBEI/EMT5)
Hello Guys, I have setup SVN 1.6 with Apache 2.9 on Windows Server 2003 SP2 with LDAP conf. I can access the repositories ok, but unable to view the parent path on web so that I can see the list of repositories. In my httpd.conf , the last section reads as follows .. Request your help. Thanks

finding out the repository version

2010-08-26 Thread Kriparam Faraday
I have upgraded a repository from 1.4 version to 1.6 version by running the "svnadmin upgrade" command. is there anyway to verify it? in other words, I just want to know if there is a way to find out the version of the repository. Thanks in advance.

RE: commit fails with "has no ancestry information" error (solved)

2010-08-26 Thread Jeremy Mordkoff
Thanks for taking the time to post this. JLM Jeremy Mordkoff Director, QA, IT & Release ZeeVee, Inc. One Monarch Drive | Littleton, MA 01460 Office: 978.467.1395 x233 | Fax: 978.467.1404 Mobile: 978-257-2183 j...@zeevee.com www.zeevee.com > -Original Message- > From: Neil Brewster [

RE: Deleteing svn:mergeinfo after reintegration

2010-08-26 Thread Bob Archer
> I have a repostiory with the following svn:mergeinfo property on > trunk > > /branches/DR:353-683 > /branches/xplorer:589-623 > > Both DR and xplorer branches have been reintegrated and now > deleted. Can I delete the mergeinfo then? > > The reason I'm asking is because now, when I merge trunk

Deleteing svn:mergeinfo after reintegration

2010-08-26 Thread Giulio Troccoli
I have a repostiory with the following svn:mergeinfo property on trunk /branches/DR:353-683 /branches/xplorer:589-623 Both DR and xplorer branches have been reintegrated and now deleted. Can I delete the mergeinfo then? The reason I'm asking is because now, when I merge trunk into other branche

commit fails with "has no ancestry information" error (solved)

2010-08-26 Thread Neil Brewster
I've seen this issue reported in various mailing lists without solutions (including the 2006 archives of this list!). Recently I found an answer and wanted to add it to the mailing list archives: Problem: > % svn commit -m '' > > I get the following error: > > > svn: '/d0/home/tlm/path_to_some_

List changes in a working copy in format of "svn log -v"?

2010-08-26 Thread Michael Pruemm
If I need to create a working copy with specific features and bug fixes, I may backdate certain directories, or even use specific branches for directories: svn update -r 1234 dir1 svn switch http://host/branches/x...@1122 dir2 If I then create a tag from my working copy svn copy . http: