diff --git a/git-svn.perl b/git-svn.perl index 1a17f946a9..abbd6b8460 100755 --- a/git-svn.perl +++ b/git-svn.perl @@ -5481,7 +5481,7 @@ sub _auth_providers () { # 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