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

Re: authz repository syntax

From: Mark <mark_at_mitsein.net>
Date: 2006-10-24 20:47:24 CEST

I think that is the way it has to be if you use the SVNParentPath
option. svnserve has no need to understand the [repos:/path] syntax
since it only looks at one repository at a time. Also, if you use the
SVNPath directive in your httpd.conf config, you don't need to use the
[repos:/path] syntax either. That, however, is a pain if you have
more than a few repositories.

I maintain the master authz file for dav access and each individual
repository authz file with a perl script.

On 10/24/06, Jehan PROCACCIA <Jehan.Procaccia@int-evry.fr> wrote:
> hello
>
> when I set in apache a common to all repositories AuthzSVNAccessFile it
> works fine to include ACL this way:
> for repsoitory "essais" I set [essais:/] -> then it's OK for DAV
> clients, ACL are well honored :-)
> however if I point svnserve.conf to that same authz file, ACL are not
> working :-(
> I noticed that when I create a dedicated authz file for svnserve
> containing ACL with that syntax [/essais], then it works !
> Why svnserve authz cannot understand the [repository:/] syntax ? isn't
> it supported ? it's very annoying to maintain two authz files for one
> repository depending on which protocols the clients use (Dav or svn+ssh ) .
>
> Help please .
>
> thanks.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

-- 
Mark
"Blessed is he who finds happiness in his own foolishness, for he will
always be happy."
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 24 20:48:15 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.