My access file controls several svn projects. To set this functionality, one uses the :/ syntax.
For example:
[project1:/]
@devel = rw
@others = r
[project2:/]
@devel = r
@others = r
admin = rw
[project2:/branches]
@devel=rw
I then have two separate trac sites to correspond to the separate trac projects.
When I use this method, I cannot see any of the paths with the SvnAuthzAdminPlugin. I tried setting authz_module_name hoping that it would let me control this, but it doesn't work - it seems more fundamental to the parser.
The method used to control multiple repositories and paths with a single svn access file used above is described here: