Bazaar Destroyed My Repository
consiliens
consiliens at gmail.com
Mon Nov 1 19:46:20 GMT 2010
On 11/01/2010 01:05 PM, consiliens wrote:
> I have a bazaar repository with one file in it and bzr crashed during a
> commit. Now every bzr command results in the following error.
>
> bzr: ERROR: bzrlib.errors.ShortReadvError: readv() read 0 bytes rather
> than 181 bytes at 0 for "f4240273ed8f10a10d90e6410e5a35bf.rix"
>
> f4240273ed8f10a10d90e6410e5a35bf.pack is a 0 byte file so the md5sum
> fails. I looked through the bzr bug tracker and it seems that bzr
> irrecoverably ruined the entire repository.
>
> Eclipse kept the latest version so that's not lost. Is there a way of
> removing the failed commit so I can access the rest of the repository?
I ran the python script in this bug report.
https://answers.launchpad.net/bzr/+question/96346
Now bzr is trying to use the missing revision.
bzr: ERROR: Revision not present in "CHKInventoryRepository
I ran dump-btree on the latest indicies file.
(('nospam at .com-20xx-kq6o1foc8fwyiqvq',), '2773 253 0 302',
((('nospam at .com-20xx-s526s32hx5q7fo9v',),),))
What values do I have to pass to bzr branch -r?
The comment in the bug report states:
$ bzr branch -r revid:<email address hidden>
build-indicator.old/ build-indicator
I just get " ERROR: Not a branch" when I run the above.
More information about the bazaar
mailing list