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 |
|