Re: [Bug 257895] Re: bzr: ERROR: not well-formed (invalid token)

2009-06-26 Thread Martin Pool
To get the inventory you should be able to do this: in your shell, export BZR_PDB=1 run the command that fails when it errors, you should get a debugger prompt in it, type "pp xml_string" and "pp locals()" and paste the output into this bug, either directly if it's short or as an attachment if it

Re: [Bug 257895] Re: bzr: ERROR: not well-formed (invalid token)

2009-06-26 Thread Martin Pool
It looks like a good next step would be to look at the extracted inventory and see whether the problem looks like on-disk corruption or something that might have originated in bzr Robert is working on a tool that can pull data back from partly-readable repositories. -- Martin