Ticket #765 (new enhancement)
[patch] add support for multiple repositories
| Reported by: | David Kühling <dvdkhlng@…> | Owned by: | hodgestar |
|---|---|---|---|
| Priority: | major | Milestone: | 0.7 |
| Component: | General | Version: | dev |
| Keywords: | multi-repository | Cc: | |
| Operating System: |
Description
Trac 0.12 supports multiple repositories per environment. When using multiple repositories, each one is assigned a name, to identify it in the Trac browser. These names are used like path prefixes so a trac URL "trac/browser/repo/a/b" may refer to path "/b" in a repository named "repo/a". The repository named "(default)" is used for paths not matching any of the repository names.
Bitten currently (as of r1010) only searches for paths in the repository named "(default)", i.e. does not support more than one repository.
Patches to add multi-repository support have been attached to ticket #342 (which is originally about DVCS branch-name issues) and where updated for 3 years now. Let's pull these patches into this new ticket. The latest, updated multi-repository patch against r1010 is attached.

