git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND][PATCH] git-svn: honor ~/.subversion/ client cert file settings.
@ 2007-06-22  9:15 Michael Krelin
  0 siblings, 0 replies; only message in thread
From: Michael Krelin @ 2007-06-22  9:15 UTC (permalink / raw)
  To: git; +Cc: Michael Krelin

	Currently, whenever svn repository http server requests client
	certificate, prompt provider is invoked, ignoring any
	ssl-client-cert-file settings in ~/.subversion/servers. Moreover, it
	happens more than once per session, which is quite irritating.

Signed-off-by: Michael Krelin <hacker@klever.net>
---
 git-svn.perl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/git-svn.perl b/git-svn.perl
index 50128d7..9dfea97 100755
--- a/git-svn.perl
+++ b/git-svn.perl
@@ -2925,6 +2925,7 @@ sub new {
 	    SVN::Client::get_ssl_server_trust_file_provider(),
 	    SVN::Client::get_simple_prompt_provider(
 	      \&Git::SVN::Prompt::simple, 2),
+	    SVN::Client::get_ssl_client_cert_file_provider(),
 	    SVN::Client::get_ssl_client_cert_prompt_provider(
 	      \&Git::SVN::Prompt::ssl_client_cert, 2),
 	    SVN::Client::get_ssl_client_cert_pw_prompt_provider(
-- 
1.5.2.2

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-06-22  9:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-22  9:15 [RESEND][PATCH] git-svn: honor ~/.subversion/ client cert file settings Michael Krelin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).