git import fail: New id is already present in target.

Asked by Arne Fitzenreiter

Hi,
since a while i have a problem to import the ipfire git tree.

https://code.launchpad.net/~vcs-imports/ipfire/ipfire-2.x

bzrlib.errors.InconsistentDelta: An inconsistent delta was supplied involving 'config/etc/e2fsck.conf', 'config/etc/e2fsck.conf'
reason: New id is already present in target.
Import failed:

How can this fixed?

Greetings,
Arne

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Jelmer Vernooij
Solved:
Last query:
Last reply:
Revision history for this message
Best Jelmer Vernooij (jelmer) said :
#1

Hi Arne,

On Mon, 2010-05-31 at 09:25 +0000, Arne Fitzenreiter wrote:
> New question #112917 on Launchpad Bazaar Integration:
> https://answers.launchpad.net/launchpad-code/+question/112917
>
> Hi,
> since a while i have a problem to import the ipfire git tree.
>
> https://code.launchpad.net/~vcs-imports/ipfire/ipfire-2.x
>
> bzrlib.errors.InconsistentDelta: An inconsistent delta was supplied involving 'config/etc/e2fsck.conf', 'config/etc/e2fsck.conf'
> reason: New id is already present in target.
> Import failed:
>
> How can this fixed?
Cloning that repository manually works so it looks like this is bug
https://bugs.edge.launchpad.net/bzr-git/+bug/571055

As a workaround I've remove and recreated the branch with the newer
format. Everything should be back up shortly once the importer runs,
though you'll need to re-subscribe to the branch (I can't do that for
you).

Cheers,

Jelmer

Revision history for this message
Arne Fitzenreiter (arne-fitzenreiter) said :
#2

Thanks Jelmer Vernooij, that solved my question.