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

Re: per-directory authorization/wild cards

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-10-09 16:33:22 CEST

On 10/9/07, Mark Caron <MCaron@primetherapeutics.com> wrote:
>
>
>
> We've just installed a test Subversion and we are using
> mod_authz_svn and the AuthzSVNAccessFile for
> authorization. With this method, one can set up users and
> groups to have access for any directory such as:
>
> [/trunk/app/foo]
> * = r
> @foodevs = rw
>
> (this gives everyone read access to /trunk/app/foo
> directory and the foodevs group read and write).
>
> What we would like to have is this:
>
> [/trunk/*/foo]
> * = r
> @foodevs = rw
>
> Which would grant access to the named users/groups
> to /trunk/app/foo, /trunk/newapp/foo, etc. using a wild
> card character in the path.

> Does anyone know if there is a hook script or any other
> authorization method available that has this feature?

svnperms.py does.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 9 17:35:42 2007

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.