Package: git-svn
Version: 1:1.7.5.4-1
I just ran into a problem trying to freshen a local repository from an
upstream project hosted in SourceForge. The local repo was last updated on
11 June 2011. Today, when I tried to do 'git svn fetch', I got the errors:
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.
Using a hint I found with Google, I added the line
$Storable::interwork_56_64bit = 1;
near the top of /usr/lib/git-core/git-svn, just after the version definition.
This seemed to resolve the problem, and I was able to complete the fetch.
I really have no idea what this is about, but thought I should report it.
Bdale
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]