Modify ↓
Ticket #1059 (closed enhancement: duplicate)
Opened 7 years ago
Last modified 5 years ago
Trac not support folder in svn repository
| Reported by: | mechiland@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | highest | Milestone: | |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | svn, multiple projects |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
When create a new project enviroment, you mush specify a new svn repository address. That means EVERY project has to make it's own svn repository. That not good for multiple projects run on the same machine.
I hope that this can be changed. When creating a new project enviroment, you just specify a new svn location, not a svn repository path. such as:
file:///d:/svn/repo1/project1
while the d:/svn/repo1 stands for the svn repository path.
Attachments
Change History
comment:1 Changed 7 years ago by Manuzhai
- Resolution set to duplicate
- Status changed from new to closed
comment:2 Changed 7 years ago by Manuzhai
For an explanation on running several projects in one Trac environment: see #130.
comment:3 Changed 7 years ago by mgood
- Milestone 0.9 deleted
Note: See
TracTickets for help on using
tickets.



You can already use an existing SVN repository for Trac to monitor. While this won't properly separate the SVN data (display all SVN changes in your Trac repository), it does work, and work is in progress to fix the separation. See #586.