Comment 0 for bug 719456

Revision history for this message
Massimiliano Alberti (xanatos-geocities) wrote :

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