git-svn under Ubuntu 11.10
Right after upgrading to Ubuntu 11.10 I faced with a git-svn issue:
Byte order is not compatible at ../../lib/Storable.pm (autosplit into ../../lib/auto/Storable/_retrieve.al) line 380, at /usr/share/perl/5.12/Memoize/Storable.pm line 21 Could not unmemoize function `lookup_svn_merge', because it was not memoized to begin with at /usr/lib/git-core/git-svn line 3213 END failed--call queue aborted at /usr/lib/git-core/git-svn line 40.
Add the line
$Storable::interwork_56_64bit = 1;
near the top of /usr/lib/git-core/git-svn, just after the version definition.