On Thu, Jul 23, 2009 at 10:19 AM, Jeff Hammel<[email protected]> wrote: > > There is also TracLegos: > > http://trac-hacks.org/wiki/TracLegos > > Its still in its early stages but it does do some of what you ask: > > On Thu, Jul 23, 2009 at 10:49:20AM -0300, Leonardo Santagada wrote: >> On Jul 22, 2009, at 10:01 AM, Niels Ott wrote: >> >> > >> > Hello all, >> > >> > we're using Trac and SVN sucessfully already here in our small >> > University department. While the manual administration works well for >> > the internal projects, we need something providing more service for >> > our >> > students. >> > >> > The tool which we are seeking is a web interface that allows users to >> > create and administrate their own SVN repositories - each repository >> > equipped with its own Trac. > > Repository creation? Yes. Repository serving? No, because, afaik the only > way to serve SVN is with apache + mod_svn. >
What I used to do in this case was to config Apache to serve multiple projects under a common dir and, on creating the project through the web UI some config options dictated that the project be created under that folder and was instantly (automatically) accessible using either Apache or SVNServe ;). That could even be done using multiple layouts (due to string itpl in config files ;o) PS: One of the «weaknesses» that clients suggest about using Trac is that global actions are not possible (i.e. actions like search, and plugins scope, is local to individual envs ;o) and repos creation is the most frequent example they point out (even if there are some ways to work around this ;o) -- Regards, Olemis. Blog ES: http://simelo-es.blogspot.com/ Blog EN: http://simelo-en.blogspot.com/ Featured article: --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
