Modify ↓
#1059 closed enhancement (duplicate)
Trac not support folder in svn repository
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | general | Version: | |
Severity: | normal | Keywords: | svn, multiple projects |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal 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 (0)
Change History (3)
comment:1 by , 20 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 by , 20 years ago
For an explanation on running several projects in one Trac environment: see #130.
comment:3 by , 19 years ago
Milestone: | 0.9 |
---|
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.