got an error, bzr: ERROR: pack-names is not an index of type <class 'bzrlib.btree_index.BTreeGraphIndex'>.

Asked by Rafa Bedoy

After I made a push on my code, when I try to open again the branch, got the error.

bzr: ERROR: pack-names is not an index of type <class 'bzrlib.btree_index.BTreeGraphIndex'>.

Question information

Language:
English Edit question
Status:
Answered
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Rafa Bedoy (rafael-bedoy) said :
#1

Don't have a clue how to fix it...

Revision history for this message
Vincent Ladeuil (vila) said :
#2

pack-names is where repositories store a list of pack files which contain (simplifying) the revisions.

bzr should have give slightly more context to find which repository was involved either via the error message or in the .bzr.log file ('bzr version' will tell you where this file is).

A bug is probably a better place to track your issue so please file one mentioning the OS and bzr versions you're using (as well as plugins 'bzr plugins -v' if you're using some unusual ones).

Without much information (does the pack-name exists ? what is its content ?), it's hard to tell you what to do next anyway.

I could guess that the file exists and is empty which occurred in the past caused by bug(s) in ext4 upon crashes, but it's a wild guess...

Can you help with this problem?

Provide an answer of your own, or ask Rafa Bedoy for more information if necessary.

To post a message you must log in.