Comment 11 for bug 250480

Revision history for this message
Jelmer Vernooij (jelmer) wrote :

I'm not sure what's causing the Knit Corrupt Error. It would be a strange coincidence if this is unrelated.

The sha1sum for the inventory of svn-v3-trunk0:1811c9d2-c306-0410-a128-ae57aa55c946:trunk:1533 doesn't match the actual contents in "2". I'm not sure how bzr-svn is breaking this though - it only ever installs inventories by calling Repository.add_revision(). It never even specifies the sha1 and leaves all the marshalling to that function. It also doesn't insert inventory deltas, only full inventories.

The full error is:

bzrlib.errors.KnitCorrupt: Knit inventory corrupt:
  sha-1 01d855e337787d2e171eeb10b52ca40e4cf080a7
  of reconstructed text does not match
  expected 669584ff8344d2f403846bbb6bcc43813c4fb77f
  for version svn-v3-trunk0:1811c9d2-c306-0410-a128-ae57aa55c946:trunk:1533

fwiw, the expected sha1 matches the actual sha1 of the inventory found in "1".

Robert, any thoughts?