将 Git Repo 转换为 Darcs
我想将 git 存储库移至 darcs。我无法找到解释如何执行此操作的文档或项目;看起来大多数用户都想走另一条路。此外,能够从 darcs 控制 git repo 会很酷。
I would like to move a git repo I have to darcs. I have not been able to find docs or projects that explain how to do this; it looks like most users want to go the other way. In addition, being able to control a git repo from darcs would be cool to.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
git fast-export
darcs 转换导入
git fast-export
darcs convert import
darcs-fastconvert 已更新至版本 0.2 : http://lists.osuosl.org/ Pipermail/darcs-users/2010-11 月/025670.html
我认为现在这是执行 git <-> 最安全的方法达尔克桥接。
darcs-fastconvert has been updated to version 0.2 : http://lists.osuosl.org/pipermail/darcs-users/2010-November/025670.html
I think this now is the safest way to do git <-> darcs bridging.
我想补充一下 gh_ 的答案。 darcs-bridge(以前称为darcs-fastconvert)也使用快速导出格式。它基于 Darcs 库(由 Darcs 开发人员)构建,可以通过 cabal 安装。它还支持标记文件,如果我理解正确的话,将允许增量转换。
编辑 darcs-fastconvert 已被 Darcs 桥取代。我已经更新了链接
I'd like to add to gh_'s answer. darcs-bridge (formerly darcs-fastconvert) also uses the fast-export format. It is built on the Darcs library (by a darcs developer) and can be installed via cabal. It also supports marks file, which if I understand correctly, would allow for incremental conversion.
EDIT darcs-fastconvert has been superseded by the Darcs bridge. I've updated the link