Ticket #7687 (new defect)
Add support for svn:externals "1.5" style
| Reported by: | eblot | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.13 |
| Component: | version control | Version: | 0.11.1 |
| Severity: | normal | Keywords: | svn15 |
| Cc: |
Description (last modified by cboos) (diff)
For now, Trac only supports the old-style syntax.
Subversion 1.5 URLs have the following special prefixes:
- ../
- Relative to the URL of the directory on which the svn:externals property is set
- ^/
- Relative to the root of the repository in which the svn:externals property is versioned
- //
- Relative to the scheme of the URL of the directory on which the svn:externals property is set
- /
- Relative to the root URL of the server on which the svn:externals property is versioned
Also, there's a new convention for svn:externals, instead of:
RELPATH [-r<rev>] URL
the mapping can now be written:
[-r<rev>] URL RELPATH
(taken from http://svnbook.red-bean.com/en/1.5/svn.advanced.externals.html)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


