4

I want to set up an SVN/Trac environment for multiple projects, something like the GitHub. It will host multiple projects with multiple developers in each. For simplicity the developers can be independent from other projects. I want to setup this environment for every project automatically, from a registration page.

What would be your recommendation? Particularly is it possible to do with Trac?

grigy
  • 241

1 Answers1

3

It is possible to host multiple projects with Trac, last time I checked there was no automated process for creating new environments. I suspect however it wouldn't be difficult to create front end to the trac-admin and svnadmin command line tools with your preferred server side web scripting tool.