Modify ↓
Ticket #3380 (closed enhancement: duplicate)
Opened 6 years ago
Last modified 5 years ago
browser for externals
| Reported by: | trac.edgewall.org@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | version control/browser | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
The SVN browser nicely displays SVN properties, including svn:externals. It would be awesome if it would just allow me to browse into externals. I realise this isn't trivial, because externals may use svn+ssh://, but a rewrite table like
svn+ssh://server1 -> http://server1/svn svn+ssh://server2 -> svn://server2/svn svn+ssh:// -> svn://
could do the trick.
Attachments
Change History
comment:1 Changed 6 years ago by eblot
comment:2 Changed 6 years ago by cboos
- Milestone set to 0.11
- Owner changed from jonas to cboos
comment:3 Changed 5 years ago by cboos
- Milestone 0.11 deleted
- Resolution set to duplicate
- Status changed from new to closed
Woops, this was discussed before, see #2340.
Note: See
TracTickets for help on using
tickets.



I don't think this can be done as long as Trac does not support remote repositories.