Comment 2 for bug 681278

Revision history for this message
Juan Miguel Taboada Godoy (juanmi-centrologic) wrote : Re: bzr: ERROR: exceptions.AssertionError: get_next() called when there are no chars left

Hello, I found a temporal solution to repair the repository:

You can repair your bazaar repository (loosing the uncommited changes) using the next steps:
mv .bzr/checkout .bzr/oldcheckout
run bzr checkout --lightweight . ../tempcheckout
cp ../tempcheckout/.bzr/checkout .bzr/

Sincerely.