从 Mercurial 迁移到 Subversion
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可能需要使用转换扩展。
此扩展随 Mercurial 一起分发,并理解 CVS、Subversion、Git、Darcs、Monotone、Bazaar、GNU Arch、Perforce 和 Mercurial 作为源格式,以及 Mercurial 和 Subversion 作为目标格式。
You may want to use the Convert Extension.
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.
使用hgsubversion?
Use hgsubversion?