From: Gustav Munkby <grddev@gmail.com>
To: git@vger.kernel.org
Cc: Eric Wong <normalperson@yhbt.net>, Gustav Munkby <grddev@gmail.com>
Subject: [PATCH] git-svn: enable platform-specific authentication
Date: Wed, 18 May 2011 10:45:20 +0200 [thread overview]
Message-ID: <1305708320-8614-1-git-send-email-grddev@gmail.com> (raw)
Use the platform-specific authentication providers that are
exposed to subversion bindings starting with subversion 1.6.
Signed-off-by: Gustav Munkby <grddev@gmail.com>
---
git-svn.perl | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/git-svn.perl b/git-svn.perl
index 0fd2fd2..3f7c3c8 100755
--- a/git-svn.perl
+++ b/git-svn.perl
@@ -4930,6 +4930,9 @@ BEGIN {
sub _auth_providers () {
[
+ $SVN::Core::VERSION lt '1.6' ? () :
+ @{SVN::Core::auth_get_platform_specific_client_providers(
+ undef,undef)},
SVN::Client::get_simple_provider(),
SVN::Client::get_ssl_server_trust_file_provider(),
SVN::Client::get_simple_prompt_provider(
--
1.7.5.1
next reply other threads:[~2011-05-18 8:46 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-18 8:45 Gustav Munkby [this message]
2011-05-18 19:57 ` [PATCH] git-svn: enable platform-specific authentication Eric Wong
2011-08-09 21:06 ` Matthijs Kooijman
2012-01-03 20:44 ` Matthijs Kooijman
2012-02-19 4:06 ` Nikolaus Demmel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1305708320-8614-1-git-send-email-grddev@gmail.com \
--to=grddev@gmail.com \
--cc=git@vger.kernel.org \
--cc=normalperson@yhbt.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.