Opened 20 years ago
Closed 16 years ago
#2987 closed enhancement (wontfix)
Repository type and path/spec in conf/trac.ini
| Reported by: | Owned by: | Christian Boos | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | version control | Version: | 0.9.4 |
| Severity: | minor | Keywords: | |
| Cc: | thomas.tressieres@… | Branch: | |
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
I want to switch to perforce and when I read the Wiki node on http://trac-hacks.org/wiki/PerforcePlugin I see that I need to add a new section to the trac.ini file. It would be much nicer if I could specify the repository type and path/spec using a single string "p4://user@server:port/client" or "svn:file:///local/repo". I have no idea about the syntax, but I've seen that the mysql db backend plugin accepts such a configuration string.
Attachments (0)
Change History (8)
comment:1 by , 20 years ago
| Type: | defect → enhancement |
|---|
comment:2 by , 20 years ago
| Component: | browser → version control |
|---|---|
| Owner: | changed from to |
| Severity: | normal → minor |
comment:3 by , 20 years ago
| Milestone: | → 0.11 |
|---|
comment:4 by , 19 years ago
| Cc: | added |
|---|
This ticket is related to these two tickets on PerforcePlugin #632 and #694.
I've closed the first one.
comment:5 by , 19 years ago
| Milestone: | 0.11 → 0.12 |
|---|
comment:7 by , 17 years ago
| Keywords: | needinfo added |
|---|
Well, actually I think that with #7723 the need for such a syntax is not that relevant anymore.
Even with the ini based specification of [repositories], if lots of repositories are sharing the same type, it's enough to pick that as the default type (in [trac] repository_type) and the entries have just to contain the .dir information.
Suggesting closing.
comment:8 by , 16 years ago
| Keywords: | needinfo removed |
|---|---|
| Milestone: | 0.12 |
| Resolution: | → wontfix |
| Status: | new → closed |



This syntax will be useful for multiple repository support (#2086).
repository_dirwill then be a list ofrepostype:reposdir, withrepostypedefaulting tosvnfor historical reasons.