Comment 5 for bug 181811

Revision history for this message
James Westby (james-w) wrote : Re: [Bug 181811] Re: bzr-git incompatible with certain stgit versions

On Tue, 2008-02-26 at 16:26 +0000, Bryan Forbes wrote:
> It gets farther, but still errors out:
>
> $ bzr branch django-dojo/ django-dojo.bzr
> fetched revision: 9b28621d0d76c6ea886923bc0dca0f56613f3ff0

Hi,

It looks like bzr-git is pretty broken at the moment. However
it looks like all the information may now be in your repository,
so you just need to create the branch to access it.

bzr init
bzr pull --overwrite -r revid:git:sha .

where "sha" is the head of the git branch that you branched from
when you did.

That it just a guess though, they may not be the commands that you
need.

Thanks,

James