Merge branch 'jc/svn-auth-providers-unusable-at-1.6.12'
authorJunio C Hamano <gitster@pobox.com>
Thu, 7 Jun 2012 16:07:08 +0000 (09:07 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Jun 2012 16:07:08 +0000 (09:07 -0700)
Regression fix for people with libsvn between 1.6.12 and 1.6.15, on
which we tried to use the non-working platform auth providers.

* jc/svn-auth-providers-unusable-at-1.6.12:
git-svn: platform auth providers are working only on 1.6.15 or newer

git-svn.perl
index 7870cc15c1151d0acb2bf3851a449aa1074d8c42..3dc492d44d172a17e78e0aa583ec58e0c39226ad 100755 (executable)
@@ -4837,7 +4837,7 @@ ()
 
        # earlier 1.6.x versions would segfault, and <= 1.5.x didn't have
        # this function
-       if (::compare_svn_version('1.6.12') > 0) {
+       if (::compare_svn_version('1.6.15') >= 0) {
                my $config = SVN::Core::config_get_config($config_dir);
                my ($p, @a);
                # config_get_config returns all config files from