Edgewall Software

Opened 16 years ago

Last modified 7 months ago

#7687 new defect

Add support for svn:externals "1.5" style — at Version 1

Reported by: Emmanuel Blot Owned by:
Priority: high Milestone: next-stable-1.6.x
Component: version control/browser Version: 0.11.1
Severity: normal Keywords: svn15 svn:externals patch svn
Cc: Emmanuel Blot, itamarost@…, mpotter@…, joel@…, rverchere@…, lists@…, jon.kowal@…, Ryan J Ollos Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christian Boos)

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

(taken from http://svnbook.red-bean.com/en/1.5/svn.advanced.externals.html)

Change History (1)

comment:1 by Christian Boos, 16 years ago

Description: modified (diff)
Keywords: svn15 added
Note: See TracTickets for help on using tickets.