From: Eric Wong Date: Thu, 12 Oct 2006 01:19:55 +0000 (-0700) Subject: git-svn: add a message encouraging use of SVN::* libraries X-Git-Tag: v1.4.3-rc3~13 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=83e9940a5ef79cedc36a24a4a89d097abf1b28c7;p=git.git 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 Signed-off-by: Junio C Hamano --- diff --git a/git-svn.perl b/git-svn.perl index 84d2c58e9..a128d90fc 100755 --- a/git-svn.perl +++ b/git-svn.perl @@ -40,8 +40,22 @@ memoize('cmt_metadata'); memoize('get_commit_time'); my ($SVN_PATH, $SVN, $SVN_LOG, $_use_lib); + +sub nag_lib { + print STDERR <