]> git.ipfire.org Git - thirdparty/git.git/commit - git-svn.perl
git-svn: add a message encouraging use of SVN::* libraries
authorEric Wong <normalperson@yhbt.net>
Thu, 12 Oct 2006 01:19:55 +0000 (18:19 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 12 Oct 2006 03:19:49 +0000 (20:19 -0700)
commit83e9940a5ef79cedc36a24a4a89d097abf1b28c7
treeef003cd811cad343cf958cc252fbdd80302d1b38
parent14763e7bda06a502455ef4420067205797b9a907
git-svn: add a message encouraging use of SVN::* libraries

I'm using svn 1.4.0-4 in Debian unstable and apparently there's
a regression on the SVN side that prevents a symlink from
becoming a regular file (which git supports, of course).

It's not a noticeable regression for most people, but this broke
the full-svn-tests target in t/Makefile for me.

The SVN::* Perl libraries seem to have matured and improved over
the past year, and git-svn has supported them for several months
now, so with that I encourage all users to start using the
SVN::* Perl libraries with git-svn.

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