Crash when using marks

Bug #719456 reported by Massimiliano Alberti
6
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.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

Tags: confusing-ui
description: updated
Revision history for this message
Jelmer Vernooij (jelmer) wrote :

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.

Changed in bzr-fastimport:
status: New → Triaged
importance: Undecided → Low
Revision history for this message
Jelmer Vernooij (jelmer) wrote :

We should give a clearer error message in this case.

tags: added: confusing-ui
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.