# HG changeset patch # User Patrick Mezard # Date 1230933246 21600 # Node ID 71d170253a6f0423f263501f51069feac5f6711f # Parent c4115b3918e90e51b6943ef54f00be3cc9da6c0b README: document svn:externals support diff --git a/README b/README --- a/README +++ b/README @@ -54,3 +54,21 @@ Pull new revisions into an already-conve $ hg svn pull For more information, see 'hg help svn' while in a converted repo. + +Support for svn:externals +------------------------- +All svn:externals properties are serialized into a single .hgsvnexternals file, with the following syntax: + +-------------------- +[.] + external_reference_line1_1 + external_reference_line1_2 +[dir2] + external_reference_line2_1 + external_reference_line2_2 +-------------------- + +A header line gives the directory the property applies on, '.' for the project root directory. The property content follows, *every line being prefixed by a single space*. + +The creation or modification of this file will trigger svn:externals updates on the related subversion repository. +