fast-export fails on previously split branch
Bug #338781 reported by
David O'Callaghan
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Fast Import |
Triaged
|
Low
|
Unassigned |
Bug Description
I attempted to run "bzr fast-export" on a branch and it crashed. This branch had previously been split off larger branch using "bzr split". The crash occurs when running the command with output directed to a file.
I have also run a similar command with output directed to "git fast-import" and in this case the import is successful up to the revision where the split occurred, so it appears to be related to the split.
Let me know if I need to provide further details.
tags: | added: export |
Changed in bzr-fastimport: | |
importance: | Undecided → Low |
status: | New → Triaged |
To post a comment you must log in.
Note, if I run with "--checkpoint=1" it gets as far as "bzr fast-export: Exported 11 commits - checkpointing". Revision 12 is the revision in which the split was made.