从 Mercurial 迁移到 Subversion

发布于 2024-08-18 18:38:00 字数 277 浏览 6 评论 0原文

可能的重复:
从 Mercurial 转换为 Subversion

您好。

有谁知道有一种相对轻松的方法将 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

小…楫夜泊 2024-08-25 18:38:00

您可能需要使用转换扩展

hg convert --dest-type svn mercurial_repo_name svn_repo_name

此扩展随 Mercurial 一起分发,并理解 CVS、Subversion、Git、Darcs、Monotone、Bazaar、GNU Arch、Perforce 和 Mercurial 作为源格式,以及 Mercurial 和 Subversion 作为目标格式。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文