Myron A. Semack wrote: > So, does it sound like Trac will work for us? Does it allow for multple > projects in one repository? Does it have a web interface for > creating/managing projects?
Yes, you can use a single Subversion repository for many projects. The Trac projects will be separate, but they can be restricted to a single folder of the repository like if your repos is "/var/svn/repos" you can use "/var/svn/repos/my_project" as the path used by your Trac project. Trac does not include a web interface for creating new projects yet. There is some work on a SourceForge-like plugin at http://trac-hacks.org/wiki/TracForgePlugin, but I'm not sure it's ready for general use yet. However the easiest solution is to create a small web form (with PHP, CGI script, or whatever you prefer) that will run trac-admin to create a new project. You could even make the script add the basic set of SVN folders for the new project. -- Matt Good --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
