Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jc/svn-auth-providers-unusable-at-1.6.12'
author
Junio C Hamano
<gitster@pobox.com>
Thu, 7 Jun 2012 16:07:08 +0000
(09:07 -0700)
committer
Junio 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
patch
|
blob
|
history
raw
(from parent 1:
ecde699
)
diff --git
a/git-svn.perl
b/git-svn.perl
index 7870cc15c1151d0acb2bf3851a449aa1074d8c42..3dc492d44d172a17e78e0aa583ec58e0c39226ad 100755
(executable)
--- a/
git-svn.perl
+++ b/
git-svn.perl
@@
-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.1
2') >
0) {
+ if (::compare_svn_version('1.6.1
5') >=
0) {
my $config = SVN::Core::config_get_config($config_dir);
my ($p, @a);
# config_get_config returns all config files from