Ticket #2086 (assigned enhancement)
better support for multiple repositories
| Reported by: | anonymous | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.13 |
| Component: | version control/browser | Version: | devel |
| Severity: | major | Keywords: | repository |
| Cc: | jrydberg@…, eric-trac@…, anarcat@…, domonom@…, ryan@…, telenieko@…, gwk.rko@…, olive@…, sstarr@…, stenyak@…, ryan@…, unc@…, rgl@…, mirko-trac@…, vadim@…, peter.arrenbrecht@…, simon-trac@…, remy.blank@… |
Description
Trac does not support multiple source repositories in a single Trac instance; this is limiting for some projects that have different branches is separate repositories.
Also, other version control systems has a notion of branch == repo == working directory, resulting in that Trac will only be able to follow a single branch.
To solve this probably a repo member has to be added to the revision and node_change tables. The Repository class also has to know about the repository name, so it can query the tables correctly.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


