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