[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

SVNListParentPath...

From: BRM <bm_witness_at_yahoo.com>
Date: Tue, 4 Nov 2008 11:28:00 -0800 (PST)

We had installed SVN 1.1.4 with Apache2 2.0.54 (the latest in Debian Sarge), and we recently moved it up to SVN 1.4.2 with the same version of Apache2, compliments of the www.backports.org for Debian Sarge.

I realize Debian Sarge is outdated and no longer supported even by Debian, but at this time we have no ability to update the system to Etch.

We would really like to have the ability to use SVNListParentPath, which I have had working on other installs even with older versions of SVN.
We use the SVNParentPath to add the repositories, and everything works when we go into the repository.
However, we are unable to get SVNListParentPath to work - it just returns a 403 Forbidden error (#403, 190001).

We also converted to using the path-based authentication in the process. During the conversion, before we enabled path-based authentication we had it working; but after the conversion we have been unable to.

Our path authorization file is relatively simple, and we've tried all of the following:

[groups]
users = myuser, myotheruser, etc
other = someotheruser

[/]
@user = rw
@other = r

[repo1:/]
@user = rw
@other = r

[repo2:/]
@user = rw
@other = r

However, we have not had any luck. We also verified all file level permissions are owned by the user/group that apache2 is operating as.

Any help would be greatly appreciated!

TIA,

Ben

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-11-04 20:28:22 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.