我需要将我的bzr repo导出到git。为此,我尝试使用bzr fast-export --git-branch=mybranch --plain | git fast-import --force
。
bzr开始运行但停止并返回错误:
15:11:58 Calculating the revisions to include ...
15:11:58 Starting export of 8961 revisions ...
15:12:17 1000/8961 commits exported at 3155/minute
15:12:30 2000/8961 commits exported at 3718/minute
15:13:12 3000/8961 commits exported at 2421/minute
fatal: Path data/sql/patch-02-27.sql not in branch
fast-import: dumping crash report to .git/fast_import_crash_4632
bzr: broken pipe
有人帮帮我!谢谢!
答案 0 :(得分:1)
根据我的经验,快速导入/快速导出可能会因内存不足而失败。
当存在大型二进制文件时,会发生这种情况。
这一直是作为一个问题提出来的,但是上次我记得检查(〜2010年9月)它看起来并不会被解决。有一次,由于这个原因,我无法将带有历史记录的集市库迁移到git。
我相信我之后可能会通过切换到64位分发来实现这一目标。