Comment 2 for bug 382463

Revision history for this message
John A Meinel (jameinel) wrote : Re: BzrError: Pack 'd5cce80b2cb441dd3d4c233f7ee33c30' already exists in <bzrlib.repofmt.groupcompress_repo.GCRepositoryPackCollection object at 0x85e076c>

Basically, 'bzr pack' is now trying to re-pack the repository, and it gets exactly the same content. When it goes to insert this new pack, it doesn't do any sanity checking to see if it already exists, and obviously fails with a bad error.