Crash when using marks
Bug #719456 reported by
Massimiliano Alberti
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Fast Import |
Triaged
|
Low
|
Unassigned |
Bug Description
I'm using Windows, latest trunk fastimport and python-fastimport (latest as 15 feb 2011).
The error (on the fast-import row, the last):
bzr: ERROR: bzrlib.
The script:
bzr init-repo Test
cd Test
bzr init trunk
cd trunk
echo > test.txt
bzr add
bzr commit -m Test
cd ..
cd ..
bzr fast-export --no-plain --marks=marks.marks Test/trunk trunk.fi
bzr init-repo Test2
cd Test2
bzr fast-import --import-
description: | updated |
To post a comment you must log in.
It seems to me like that is the wrong marks file to use - that's the marks file used by the exporter, you need a separate file for the importer AFAIUI.