You used newer sup (probably git next) and then went back to older (git master
or released). Newer version (git next after Sat Jan 23 07:48:43 2010 -0500)
uses index format version 2, which is backwards incompatible to version 1.
Conversion is done when you first launch sup that needs v2 index. As the error
message says "This Sup version expects a v1 index, but you have an existing v2
index."
Use sup from git next as long as next gets merged to master.
|