Activity log for bug #719456

Date Who What changed Old value New value Message
2011-02-15 17:28:48 Massimiliano Alberti bug added bug
2011-02-15 17:30:06 Massimiliano Alberti description I'm using Windows, latest trunk fastimport and python-fastimport (latest as 15 feb 2011). The error (on import): bzr: ERROR: bzrlib.errors.NoSuchRevision: CHKInventoryRepository('file:///C:/Test/.bzr/repository/') has no revision ('max_max@-20110215150647-ptjzjzeczqy9us0b',) 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-marks=../marks.marks ../trunk.fi trunk 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.errors.NoSuchRevision: CHKInventoryRepository('file:///C:/Test/.bzr/repository/') has no revision ('max_max@-20110215150647-ptjzjzeczqy9us0b',) 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-marks=../marks.marks ../trunk.fi trunk
2011-03-11 11:32:01 Jelmer Vernooij bzr-fastimport: status New Triaged
2011-03-11 11:32:03 Jelmer Vernooij bzr-fastimport: importance Undecided Low
2011-03-11 11:32:26 Jelmer Vernooij tags confusing-ui