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
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?
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
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.
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 [
> 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
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
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_
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: