Ticket #3367 (closed defect: duplicate)
svn browser not dealing well with repo reorgs
| Reported by: | stig@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | version control/browser | Version: | 0.9.5 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I am trying out trac but have run into a bit of a show-stopper problem with the trac svn browser. It seems that it is not dealing well with repo reorganisations. My repo *used* to have a {trunk,branches,tags}/{foo,bar} structure, but I reorganised it sometime in the past to be of the form {foo,bar}/{trunk,branches,tags}.
Pointing trac at foo or bar now makes it deeply unhappy. It shows the top-level directory structure, and if you click on the revision history it will show that too. It won't show directory listings inside trunk or tags, however. It will show a directory listing inside branches, probably because the only branch there was created after the reorg.
The problem can be seen here, for the time being: http://ggtl.org/ggtl/browser


