]> git.ipfire.org Git - thirdparty/git.git/commit - git-svn.perl
git-svn: remove support for the svn command-line client
authorEric Wong <normalperson@yhbt.net>
Sat, 16 Dec 2006 07:58:07 +0000 (23:58 -0800)
committerJunio C Hamano <junkio@cox.net>
Sat, 16 Dec 2006 13:17:17 +0000 (05:17 -0800)
commitb9c8518722687fae6182162f9a244915ba94db02
tree9678c4d96bb23b3358721b907cb6d755d75b7676
parentaef4e921a01350600071bf18fc2706b8fca55e47
git-svn: remove support for the svn command-line client

Using the command-line client was great for prototyping and
getting something working quickly.  Eventually I found time
to study the library documentation and add support for using
the libraries which are much faster and more flexible when
it comes to supporting new features.

Note that we require version 1.1 of the SVN libraries, whereas
we supported the command-line svn client down to version 1.0.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-svn.perl
t/Makefile
t/lib-git-svn.sh
t/t9100-git-svn-basic.sh
t/t9104-git-svn-follow-parent.sh
t/t9105-git-svn-commit-diff.sh
t/t9106-git-svn-commit-diff-clobber.sh