> Well, I knew that subversion could do it. I guess a clearer question might > be will trac work when pointed at a subdirectory of a repository? Those > folders don't have the special repository files, and I didn't know if Trac > used/needed them.
Yes, Trac has a feature for this. It's actually fairly simple. If your repository is at /var/svn/repos, for example, and the project is in /project1 in the repository, then you just put /var/svn/repos/project1 in your trac.ini as the repository_dir. I think there is a requirement that the project dir has to be completely self-sufficient, though: Trac will only work when there are no copies to the project from outside the scope of the project (including an initial copy creating that project). Regards, Manuzhai _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
