Ticket #6122 (closed defect: worksforme)
Opened 4 years ago
Last modified 4 years ago
Single SVN Repository with Multi trac installation
| Reported by: | syncer@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | version control | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API 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
Change History
comment:1 Changed 4 years ago by eblot
- Milestone 0.11 deleted
comment:2 in reply to: ↑ description Changed 4 years ago by Christian Bøtker Høj <christianhoj@…>
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 Changed 4 years ago by hyuga <hyugaricdeau@…>
- Resolution set to worksforme
- Status changed from new to 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.