我要把我的bzr回购品出口到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谁来帮帮我!谢谢!
发布于 2013-09-25 22:59:18
根据我的经验,快速导入/快速导出可能由于内存不足而失败。
当存在大型二进制文件时,往往会发生这种情况。
这个问题早就被提出来了,但我记得上一次检查(~2010年9月)时,它看上去不像是要解决的问题。有一次,由于这个原因,我无法将带有历史的集市存储库迁移到git。
我相信我以后可能会通过切换到64位分发来做到这一点。
https://stackoverflow.com/questions/19012470
复制相似问题