I'm struggling with a migration from Bazzar to Git. When I execute export/import command below, it crashes because of the error. But there is no instruction what should I do next. Could anyone please tell me how to resolve it?
Execute command
% bzr fast-export --export-marks=marks.bzr ../trunk | git fast-import --export-marks=marks.git
Error
fatal: Path xxx not in branch
fast-import: dumping crash report to .git/fast_import_crash_14082
bzr: broken pipe
- Other information
The number of revision is over 30,000.
Found a similar situation, but it haven't resolved the problem yet.
git fast-export format and spaces
Tried with several options, but every command failed, too.
% bzr fast-export --plain --rewrite-tag-names --export-marks=marks.bzr ../trunk | git fast-import --export-marks=marks.git --force
% bzr fast-export --baseline --rewrite-tag-names --export-marks=marks.bzr ../trunk | git fast-import --export-marks=marks.git
% bzr fast-export --rewrite-tag-names --export-marks=marks.bzr ../trunk | git fast-import --export-marks=marks.git --force