Comment 2 for bug 1777960

Revision history for this message
Jeff Hill (johill-lanl) wrote :

I was able to resolve my issue after finding "https://bugs.launchpad.net/qbzr/+bug/723691".

The fix here was to delete one of the bazaar config files.

C:\Users\101150.WIN\AppData\Roaming\bazaar\2.0\qbzr.conf

Some clues could be found when carefully reading the above URL. See below.

Angel Guzman Maeso пишет:
> Attached the requested folder and files. Thanks.
>
> ** Attachment added: "Bazaar 2.0 folder"
> https://bugs.launchpad.net/qbzr/+bug/723691/+attachment/1869302/+files/2.0.zip

Many thanks!

It's very interesting indeed. You have broken qbzr.conf file with size
1208 bytes and all those bytes are zeroes. I suppose you had some disk
failure, perhaps windows scandisk has tried to restore the file and
eventually it ended up filled with the zeroes. I saw similar behavior on
my some my old machines.

So, to repair your bzr install you just need to delete qbzr.conf file,
and it will be created automatically for you with normal content.

I'll provide a corresponding guard check to qbzr itself as well.

[...]