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

Re: SVNListParentPath

From: Robert Sesek <rsesek_at_iris-studios.com>
Date: 2006-01-02 21:36:29 CET

On Jan 2, 2006, at 11:16 AM, 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?
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>

I'm also having this problem. Here's my Apache block config:

<Location /svn>

     IndexOptions FancyIndexing HTMLTable IconsAreLinks XHTML
VersionSort

     DAV svn
     SVNParentPath /home/svn

     SVNIndexXSLT "/.svnlist/svnindex.xsl"
     SVNListParentPath on
     AuthzSVNAccessFile /usr/local/apache2/svnauthz

     AuthType Basic
     AuthName "Avalon SVN Repository"
     AuthUserFile /usr/local/apache2/svnauth

     Require valid-user

</Location>

I use standard HTTP authentication over SSL and then I have an authz
file setup like this:

-------------------
[/]
* =
rsesek = rw

[gkwc:/]
rsesek = rw
marc = rw
-------------------

Though, when I commented out AuthzSVNAccessFile it still didn't work.

I'm at a loss as to why it doesn't work.

Robert Sesek
Email: rsesek@iris-studios.com
www.iris-studios.com
Received on Mon Jan 2 21:39:12 2006

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.