Comment 1 for bug 733883

Revision history for this message
Jelmer Vernooij (jelmer) wrote : Re: [Bug 733883] [NEW] "bzr branch" from a git repo crashes in a shared bzr repository

On Sat, 2011-03-12 at 15:59 +0000, Eli Zaretskii wrote:
> Public bug reported:
>
> I tried to clone a remote git repository into a branch inside a sharewd
> bzr repo. This crashed with the following error message:
>
> bzr: ERROR: An inconsistent delta was supplied involving '<unknown>',
> 'intl' reason: Parent is not present in resulting inventory.
What versions of Bazaar, bzr-git and Dulwich are you using?

Can you run "bzr check" / "bzr reconcile" in the repository ? This error
is caused by bzr-git processing the existing revisions in that
repository and generating Git SHA1s for them. One of these revisions is
causing bzr-git to break.

  status incomplete

Cheers,

Jelmer