Using SVN access file to control access to Trac
- From: Felix Collins <felix (at) keyghost.com>
- Date: Tue, 28 Feb 2006 16:28:07 +1300
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.
http://projects.edgewall.com/trac/wiki/TracMultipleProjectsSVNAccess
_______________________________________________
Trac mailing list
Trac (at) lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac