git-svn: use do_switch for --follow-parent if the SVN library supports it
commita552db3a64464f1b514b074fbc43aaf599106087
authorEric Wong <normalperson@yhbt.net>
Fri, 8 Dec 2006 10:20:17 +0000 (8 02:20 -0800)
committerJunio C Hamano <junkio@cox.net>
Fri, 8 Dec 2006 19:31:49 +0000 (8 11:31 -0800)
treeaa1583646bb2c1756167fc118934d10ce0a111e8
parentbbee1d971dc07c29f840b439aa2a2c890a12cf9f
git-svn: use do_switch for --follow-parent if the SVN library supports it

do_switch works with the SVN Perl bindings after r22312 in the
Subversion trunk.  Since no released version of SVN currently
supports it; we'll just autodetect it and enable its usage
when a user has a recent-enough version of SVN.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-svn.perl