t9010 (svn-fe): Eliminate dependency on svn perl bindings
commitb0ad24be8ca9acd86393ce099d3217872d838915
authorRamkumar Ramachandra <artagnon@gmail.com>
Mon, 11 Oct 2010 03:00:40 +0000 (10 22:00 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Nov 2010 00:20:22 +0000 (23 16:20 -0800)
treed58cbbeab9901113721a2ef4c2905619a2b308bc
parentcd9a7b57a7118672441f9e9670a9fbb42249cf67
t9010 (svn-fe): Eliminate dependency on svn perl bindings

Running test t9010 without the SVN:: perl modules currently errors
out, for no good reason.  We can make these tests easier to read and
run by not using the perl libsvn bindings and instead duplicating only
the relevant code from lib-git-svn.sh.

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9010-svn-fe.sh