How to migrate/convert from SVN to Mercurial (hg) on windows

后端 未结 9 1480
南旧
南旧 2020-12-04 05:30

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

9条回答
  •  春和景丽
    2020-12-04 05:56

    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 on irc.freenode.net.

    So it is apparently possible -- I'm using Linux so I haven't tried myself.

提交回复
热议问题