http://projects.edgewall.com/trac/wiki/TracMultipleProjectsSVNAccess _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
I run a multi-project Trac site served from Apache using mod_python and
URL rewriting. It was annoying to me that there was an access file for
Subversion that could restrict users to various repositories and paths
but the same control was not available to Trac (other than laboriously
setting permissions in every project). I realised that the
mod_authz_svn Apache module used by subversion to parse the access file
would probably work for any location as it works independently to
Subversion. I tried it out and it works like a dream! Including
differentiating between read and write access. I've set up a wiki page
describing how to do it.
- [Trac] Using SVN access file to control access to Trac Felix Collins
- Re: [Trac] Using SVN access file to control access to... Robert Gravsjö
- Re: [Trac] Using SVN access file to control acces... Felix Collins
