I\'m looking for a tool to migrate a couple of SVN repositories to Mercurial, with history, labels and so on.
I\'m using TortoiseHg (Windows x32), so ConvertExtensio
This is in the TortoiseHg FAQ:
How can I convert a subversion repository to Mercurial?
You must install svn-win32-1.4.6 command line tools, then add them to your path. Then you must enable the convert extension. At this point, you should be able to use the '
hg convert
' command to do the conversion. Please direct problems/questions about the convert extension to the Mercurial mailing list or#mercurial
onirc.freenode.net
.
So it is apparently possible -- I'm using Linux so I haven't tried myself.