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