I use authz files to restrict access to a svn server (projA, projB). I would like to use the same restrictions for the trunk and the branches. Is there a nice way of doing it, instead of copy/pasting the configurations:
[/]<br>
* = r
[/trunk/projA]<br>
toto = rw<br>
tata =
[/trunk/projB]<br>
toto = <br>
tata = rw
[/branch1/projA]<br>
toto = rw<br>
tata =
[/branch1/projB]<br>
toto = <br>
tata = rw
As I got plenty of projects and branches, this configuration becomes hard to maintain.