I tried a couple things today. On a different system (also Debian testing, but not recently updated) I had git-svn (always using the same command git svn clone https://repository) working w/ following versions: $ apt-show-versions |egrep ^perl-base\|subversion\|git-core git-core/testing uptodate 1:1.6.3.3-2 perl-base/testing uptodate 5.10.0-25 subversion/testing uptodate 1.6.3dfsg-1
So I upgraded subversion to: subversion/testing uptodate 1.6.5dfsg-1 This caused git-svn to crash. Downgrading subversion made it work again. Then I went back to my main system, where it crashed using versions: $ apt-show-versions |egrep ^perl-base\|subversion\|git-core git-core/testing uptodate 1:1.6.3.3-2 perl-base/testing uptodate 5.10.1-5 subversion/testing uptodate 1.6.5dfsg-1 I downgraded subversion: subversion/testing upgradeable from 1.6.3dfsg-1 to 1.6.5dfsg-1 And git-svn works! Just a note: I have seen Ubuntu 9.10 Beta using subversion 1.6.5dfsg-1ubuntu1 with which git-svn works too, but I did not look into the differences. Maybe that helps finding the cause. Sten -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org