I use authz files to restrict access to the svn server (projA, projB). I would like to use the same restrictions for the trunk and branches. Is there a good way to do this, instead of copying / pasting 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
Since I have many projects and branches, this configuration becomes difficult to maintain.
David source share