If I'm interpreting your question correctly, you want to set the [trac] repository_dir =
variable in your trac.ini file to the desired location in your repository. i.e. your repository is located at C:\CM\REPO, and let us say your SVN is structured something like this: ADMIN PROJECTS\BANANA PROJECTS\MARGARITA PROJECTS\ICY-HOT PROJECTS\DRINK_KOESTER Now we say that you want to only have TRAC look at the DRINK_KOESTER project. You would set [trac] repository_dir = C:\CM\REPO\PROJECTS\DRINK_KOESTER then do a trac-admin resync, and should be good to go. Just as a note, this does not appear to work when used as an init_env parameter. If you are starting a new environment, you would use C:\CM\REPO as the parameter, then go and edit it manually after the initialization process is complete. HTH! James Guyton (JGU) -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Koester Sent: Sunday, November 18, 2007 5:56 PM To: [email protected] Subject: [Trac] Accessing only a part of the Subversion Repository Hi, I've a single Subversion repository for different projects, and now I would like to use TRAC for just one of these projects. Is this possible ? Thanks, Andreas --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
