Opened 17 years ago
Closed 17 years ago
#6122 closed defect (worksforme)
Single SVN Repository with Multi trac installation
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | version control | Version: | devel |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Hi, I have a single SVN repository with sub projects, I can't point the trac browser to browse a single sub directory from my repository. is this supported and I missed something if not, It would be nice that SVN browser support point to sub directory.
Attachments (0)
Change History (3)
comment:1 by , 17 years ago
Milestone: | 0.11 |
---|
comment:2 by , 17 years ago
Replying to syncer@gmail.com:
Hi, I have a single SVN repository with sub projects, I can't point the trac browser to browse a single sub directory from my repository. is this supported and I missed something if not, It would be nice that SVN browser support point to sub directory.
Hi!
If you set up several Trac environments as pointed out by eblot you can start a single instance of Trac which have access to the different parts of your Subversion repository like this:
prompt> tracd —port 9000 /path/to/trac/environment_1 /path/to/trac/environment_2 /path/to/trac/environment_3
and so on…
Browsing localhost:9000 will then give you a list of available Trac environments – or you can go to e.g. localhost:9000/environment_2 directly.
Hope this helps!
comment:3 by , 17 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Yeah, this functionality is already supported.
Have you follow the syntax for scoped repositories as defined here: TracEnvironment#SourceCodeRepository ?
BTW, questions about supported features and installation would better be addressed to the MailingList.