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