Migrating from Mercurial to Subversion [duplicate]

2020-02-14 03:53发布

Possible Duplicate:
Converting from Mercurial to Subversion

Hi.

Does anyone know of a relatively painless way to migrate a Mercurial repo to a fresh Subversion repo?

Thank you.

2条回答
ゆ 、 Hurt°
2楼-- · 2020-02-14 04:12

You may want to use the Convert Extension.

hg convert --dest-type svn mercurial_repo_name svn_repo_name

This extension is distributed with Mercurial and understands CVS, Subversion, Git, Darcs, Monotone, Bazaar, GNU Arch, Perforce and Mercurial as source formats and Mercurial and Subversion as destination formats.

查看更多
成全新的幸福
3楼-- · 2020-02-14 04:15
登录 后发表回答