Sheryl wrote:
>>Thanks. However, introducing the index file hasn't helped.
>>Well, the listings below a specific repository are now beautified.
>>But the problem remains that the set of available repositories below
>>SVNParentPath isn't listed.
>>
>>
>
>I have the same problem. The SVNListParentPath worked beautifully until I
>introduced the authz directives.
>
>Sheryl
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>For additional commands, e-mail: users-help@subversion.tigris.org
>
>
>
I can list repos below SVNParentPath using a AuthzSVNAccessFile !
but I don't use the "SVNListParentPath on" directive (which I didn't
knwo about ...? where did you found it ?)
here's my sample config:
<Location "/svn/s2ia">
DAV svn
SVNParentPath /svn/s2ia
AuthzSVNAccessFile /svn/authz.s2ia
AuthType Basic
AuthName "SVN mod_ldap"
AuthBasicProvider ldap
AuthLDAPURL ....
require valid-user
</Location>
the /svn/auth.s2ia file contains an "evrybody" read access to [/] ,
maybe that helped !
[/]
* = r
[s2ia:/]
@s2ia = r
svn = rw
* =
[s2ia:/procacci]
procacci = rw
However I must admin that this "central" authz file doesn't work with
svnserve as the synyax [repository:/project] doesn't semed to be honored
by svnserve, only [/project] syntax works preventing to centralize authz
file for svnserve :-(
PS: all this with svnserve, version 1.3.2 (r19776) on fedora Core 5 .
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 23 21:23:32 2006