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

Re: AW: AW: SVNListParentPath does not work in conjunction with AuthzSVNAccessFile

From: Sheryl <gubydala_at_his.com>
Date: 2006-10-23 21:37:29 CEST

Jehan wrote:

> 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 ?)

Not sure, I think it was in the Release Notes. I'm running 1.3.2. I
searched the PDF of the red bean book and it wasn't found.

Listing repositories below SVNParentPath also works for me, just listing
the top level is a problem. But it worked at one time, when I was first
setting up the repository and using .htaccess instead of authz/LDAP.

Sheryl

> 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
>
>

---------------------------------------------------------------------
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:38:35 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.