[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: Rainer Sokoll <R.Sokoll_at_intershop.de>
Date: 2007-07-27 15:49:19 CEST

On Fri, Jul 27, 2007 at 10:23:39AM +0200, Oliver Pajonk wrote:

> I just tried to setup Apache with "SVNListParentPath On", but all it
> says when I want to list my repositories is "403 Forbidden".

Listing of repositories works for me - without SVNListParentPath. I have
only SVNParentPath set:

------8<----
   <Location /fullservice/>
     AuthUserFile conf/svnaccess/passwd.fullservice
     AuthAuthoritative off
     Include conf/subversion.conf
     SVNParentPath /svn/svn/fullservice
     AuthzSVNAccessFile conf/svnaccess/svnaccess.fullservice
     AuthName "Access to FullService area"
  </Location>
------8<----

svn 1.4.4, apache 2.0.59.

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 27 15:48:13 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.