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

Re: SVNListParentPath not working

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2007-07-27 10:39:33 CEST

On 7/27/07, Oliver Pajonk <oliver.pajonk@gmail.com> wrote:
> Hello *,
>
> I just tried to setup Apache with "SVNListParentPath On", but all it
> says when I want to list my repositories is "403 Forbidden". The error
> log of Apache says:
>
> [Fri Jul 27 10:17:52 2007] [error] [client 134.169.77.167] The URI
> does not contain the name of a repository. [403, #190001]
>
> which is quite correct as I want to LIST them. The rest of my setup
> works perfectly, only the listing is not. Does anybody have any clue
> on this?
>
> --------------
>
> vps:~# svn --version
> svn, version 1.4.2 (r22196)
> compiled Nov 10 2006, 17:39:50
>
>
> vps:~# apache2 -v
> Server version: Apache/2.2.3
> Server built: Jun 10 2007 17:06:44
>
> Debian testing
>
> And the relevant part of my Apache configuration (this is located in a vhost):
>
> <Location />
> DAV svn
> SVNParentPath /var/lib/svn
> SVNListParentPath on
>
> AuthType Basic
> AuthName "Subversion Repositories"
> AuthUserFile /var/lib/svn/passwdfile
>
> AuthzSVNAccessFile /var/lib/svn/accessfile
>
> Require valid-user
>
> </Location>
>
> Note: I also tried to use a different location, like "/svn", but that
> did not help either. Same error.

I don't think SVNListParentPath works correctly (yet?) when
interacting with auth setups...

bye,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 27 10:38:27 2007

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.