Edgewall Software

Changes between Version 1 and Version 3 of Ticket #7687


Ignore:
Timestamp:
Oct 6, 2008, 10:55:14 AM (16 years ago)
Author:
Christian Boos
Comment:

Oh brilliant, I missed that part… If I'm not mistaken, looks like we have to check for one of "-.^/" as the starting character, in order to detect the new mode.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7687 – Description

    v1 v3  
    88 / :: Relative to the root URL of the server on which the svn:externals property is versioned
    99
     10Also, there's a new convention for svn:externals, instead of:
     11{{{
     12RELPATH [-r<rev>] URL
     13}}}
     14the mapping can now be written:
     15{{{
     16[-r<rev>] URL RELPATH
     17}}}
     18
    1019(taken from [http://svnbook.red-bean.com/en/1.5/svn.advanced.externals.html])