我需要将我的 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
谁来帮帮我!谢谢!