comparison tests/test-convert.out @ 6173:963000ed8cac

convert: add shallow, single branch svn conversions via svn.startrev
author Patrick Mezard <pmezard@gmail.com>
date Sun, 24 Feb 2008 17:58:55 +0100
parents 0cd6846e5200
children aac270593ef7
comparison
equal deleted inserted replaced
6172:0cd6846e5200 6173:963000ed8cac
92 --config convert.svn.tags=tags (directory name) 92 --config convert.svn.tags=tags (directory name)
93 specify the directory containing tags 93 specify the directory containing tags
94 --config convert.svn.trunk=trunk (directory name) 94 --config convert.svn.trunk=trunk (directory name)
95 specify the name of the trunk branch 95 specify the name of the trunk branch
96 96
97 Source history can be retrieved starting at a specific revision,
98 instead of being integrally converted. Only single branch
99 conversions are supported.
100
101 --config convert.svn.startrev=0 (svn revision number)
102 specify start Subversion revision.
103
97 Mercurial Destination 104 Mercurial Destination
98 --------------------- 105 ---------------------
99 106
100 --config convert.hg.clonebranches=False (boolean) 107 --config convert.hg.clonebranches=False (boolean)
101 dispatch source branches in separate clones. 108 dispatch source branches in separate clones.