Eric Wong <normalperson@xxxxxxxx> writes: > Which version of SVN is that? (git svn --version) > http://packages.ubuntu.com/lucid/libsvn-perl says 1.6.6 > (+distro patches), which shouldn't be affected by this patch... : a00 git.git/master; git version git version 1.7.10.405.g10d433 : a00 git.git/master; git svn --version git-svn version 1.7.10.405.g10d433 (svn 1.6.6) : a00 git.git/master; dpkg -l libsvn-perl Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Description +++-=================-=================-================================================== ii libsvn-perl 1.6.6dfsg-2ubuntu Perl bindings for Subversion : a00 git.git/master; cd t : a00 t/master; sh t9100-git-svn-basic.sh -i -v Initialized empty Git repository in /scratch/buildfarm/git.git/t/trash directory.t9100-git-svn-basic/.git/ define NO_SVN_TESTS to skip git svn tests expecting success: mkdir import && ( cd import && echo foo >foo && ln -s foo foo.link mkdir -p dir/a/b/c/d/e && echo "deep dir" >dir/a/b/c/d/e/file && mkdir bar && echo "zzz" >bar/zzz && echo "#!/bin/sh" >exec.sh && chmod +x exec.sh && svn_cmd import -m "import for git svn" . "$svnrepo" >/dev/null ) && rm -rf import && git svn init "$svnrepo" ok 1 - initialize git svn expecting success: git svn fetch ValueError svn_auth_get_platform_specific_client_providers is not implemented yet not ok - 2 import an SVN revision into git # git svn fetch -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html