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

Re: Wildcard in pah for mod_authz_svn access file

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-04-24 14:14:31 CEST

On 4/24/07, Reto Leuenberger <reto.leuenberger@autoform.ch> wrote:
> Hi svn users,
>
> I using the AuthzSVNAccessFile to set the permissions of my repositories.
>
> I created a structure like the following:
>
> https://mymaschine/myrepos/trunk/bla/secret
>
> https://mymaschine/myrepos/branch/test1/bla/secret
> https://mymaschine/myrepos/branch/test2/bla/secret
>
> I want to protect the directory "secret". It is possible like that:
>
> [myrepos:/trunk/bla/secret]
> * =
>
> [myrepos:/trunk/branch/test2/bla/secret]
> * =
>
> The problem is that I have to create a new role for each new branch. I
> tried things like that:
>
> [myrepos:/*/bla/secret]
> * =
>
> But it does not work! Is there a possible to do something like that or
> is this impossible?

Wildcards aren't supported in paths for AuthzSVNAccessFile at this time.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 24 14:14:53 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.