Hi All,
Even am looking for such set up .
Am trying to do SVN-LDAP authentication for multi projects. Currently I
have a common authz file for all the projects.
COMMON AUTHZ FILE:
[groups]
pm = Sudha,user2
dev = user1
[project:/tag]
@dev= r
@pm = rw
Kind of similar configuration for trunk and branches
[groups]
..
..
[project2:/tag]
..
Now I have configured the same authz file in apache and it works good .
AuthzSVNAccessFile /opt/svn/authz
But I need to configure multiple authz file in apache for multi
projects(instead to have a common authz file(like above) for all the
projects.
Access file path will get vary for project to project(like below).
AuthzSVNAccessFile /opt/svn/project1/authz
AuthzSVNAccessFile /opt/svn/project12authz
Do I need to write any script for path based authorization. Ur
suggestions are most welcome.
Thanks
~Sudha