I called my config file: projectname.tailor
[svn-to-hg]
root-directory = /home/me/projectname
source = svn:projectname
target = hg:projectname
state-file = svn-to-hg.state
[svn:projectname]
repository = https://svnserver/svn/main/projectname
module = /trunk
subdir = svnside
trust-root = True
[hg:deamc]
repository = /home/me/projectname
subdir = hgside
At the terminal:
$ tailor --configfile=projectname.tailor svn-to-hgThis will create two directories in /home/me/projectname/ hgside and svnside.
No comments:
Post a Comment