Bugfix: Keys could be received into v1 annexes from v2 annexes, via v1 git-annex-shell. This results in some oddly named keys in the v1 annex. Recognise and fix those keys when upgrading, instead of crashing.

This commit is contained in:
Joey Hess 2011-03-28 09:27:28 -04:00
parent 9d86d02b3d
commit 016eea0280
3 changed files with 31 additions and 19 deletions

View file

@ -56,3 +56,6 @@ Running the copy job again, I am still getting the same error as above (as expec
>>> you shouldn't delete anything. I'll simply make the v2 upgrade
>>> detect and work around this bug.
>>> --[[Joey]]
>>>> This should be fixed in current git. The scambled keys will be
>>>> fixed up on upgrade. Thanks for your patience! [[done]] --[[Joey]]