On Fri, Jun 26, 2009 at 06:04:03PM -0700, Todd A. Jacobs wrote: > It looks like git-svn has difficulty running simultaneously with svn. With svn > running a checkout in a separate process like so: > > svn/sandbox$ svn co https://libdmtx.svn.sourceforge.net/svnroot/libdmtx > libdmtx > > I then started a rebase of a git-svn copy of the same repository: > > git/sandbox/libdmtx$ git svn rebase > M trunk/dmtxregion.c > > r566 = bdd8eb274a1132f44555ef3ab40e10b527a079b9 (git-svn) > > D trunk/test/test_opengl/Makefile.am > > D trunk/test/test_opengl/README > > D trunk/test/test_opengl/callback.c > > D trunk/test/test_opengl/callback.h > > D trunk/test/test_opengl/display.c > > D trunk/test/test_opengl/display.h > > D trunk/test/test_opengl/dmtx.c > [...snipped for brevity...] > A trunk/test/compare_test/compare_siemens/siemens_006_t.png > Temp file with moniker 'svn_delta' already in use at > /usr/share/perl5/Git.pm line 1022. > > *** glibc detected *** /usr/bin/perl: double free or corruption (!prev): > 0x00000000019eae40 *** > ======= Backtrace: ========= >
Hi Todd, to me this sound like a bug in svn, and not git. git-svn uses the svn perl interface, and from your report it looks like that the interface interferes with the concurrent svn co. Regards, Gerrit. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org