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

Wildcard in pah for mod_authz_svn access file

From: Reto Leuenberger <reto.leuenberger_at_autoform.ch>
Date: 2007-04-13 13:44:07 CEST

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?

Thanks and best regards,
Reto

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 13 13:44:33 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.