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

Re: SVNListParentPath

From: Carlos Alberto Costa Beppler <beppler_at_gmail.com>
Date: 2006-01-16 14:46:36 CET

If you specify the location os your SVNParentPath with a trainling
slash, it works.

Example:

this does not work:
<Location /repos>
  DAV svn
  SVNParentPath "D:/beppler/subversion/repos/"
  AuthzSVNAccessFile "D:/beppler/subversion/repos/access.conf"
  SVNIndexXSLT "/svnindex.xsl"
  SVNAutoversioning On
  SVNListParentPath On
</Location>

But this works:
<Location /repos/>
  DAV svn
  SVNParentPath "D:/beppler/subversion/repos/"
  AuthzSVNAccessFile "D:/beppler/subversion/repos/access.conf"
  SVNIndexXSLT "/svnindex.xsl"
  SVNAutoversioning On
  SVNListParentPath On
</Location>

On 1/14/06, David Anderson <david.anderson@calixo.net> wrote:
> On Monday 02 January 2006 20:16, ESSI - Billie H. Cleek wrote:
> > After 'SVNListParentPath on' does not list the repositories on our
> > server; I get a 403 Forbidden error, but the contents of each repository
> > displays fine. Permissions for the SVNParentPath are set correctly (the
> > same as for all subdir of SNVParentPath). Any ideas on why I can't just
> > flip the switch to turn on SVNListParentPath?
>
Received on Mon Jan 16 15:04:28 2006

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

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