On Jan 22, 2:36 am, "W. Martin Borgert" <[email protected]> wrote: > Quoting Joshua Gordon <[email protected]>: > > > I have almost 100 SVN repos I would like a Trac instance for every repo > > without setting up 100 apache instances. Is there a recommended way to > > do this? Is anyone doing this already? > > I have half a dozen trac instances with one SVN each, but only one Apache > instance with mod_wsgi. I have one "Directory" and two "Location" entries > per trac/SVN pair, all in one host file:
you can do similar with apache and mod_python. see Setting up multiple projects here: http://trac.edgewall.org/wiki/TracModPython#Settingupmultipleprojects This is what we have done. We are on windows, so I use the same basic config for the svn repos, however instead of valid user, I required "server:group" and created a local group on the server for those that have access to the repo. works nicely. If using auth files, you can just create 2 different auth files if you require finer grained control to svn vs trac. I would suspect you might want to customize the generic "top level project listing" page that comes default with this method, since you have such a large number of projects however. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
