Re: [PATCH] git-svn: Avoid systematic prompt for client certificate when using "git svn branch"

2014-08-02 Thread Monard Vong
Le 02/08/2014 12:07, Eric Wong a écrit : Thanks. In the future, it's expected to Cc: anybody who showed interest in previous versions of your patch. Monard Vong wrote: When a client certificate is required to connect to a Subversion repository, the certificate location and password m

Re: [PATCH] git-svn: Initialize SVN::Client with svn config instead of, auth for "git svn branch".

2014-07-25 Thread Monard Vong
Thanks for your reply, I updated commit message and subject, hoping it would be clearer. However I messed up "message-id" so it appear as a new message and not in the current thread. Sorry, still learning. Le 24/07/2014 00:33, Eric Wong a écrit : Monard Vong wrote: If a client c

[PATCH] git-svn: Avoid systematic prompt for client certificate when using "git svn branch"

2014-07-24 Thread Monard Vong
tication baton using information from the config directory. Signed-off-by: Monard Vong --- git-svn.perl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/git-svn.perl b/git-svn.perl index 0a32372..1f41ee1 100755 --- a/git-svn.perl +++ b/git-svn.perl @@ -1161,7 +1161

[PATCH] git-svn: Initialize SVN::Client with svn config instead of, auth for "git svn branch".

2014-07-18 Thread Monard Vong
hwern/Alien-SVN-v1.7.17.1/src/subversion/subversion/bindings/swig/perl/native/Client.pm#METHODS the SVN::Client will then read cached authentication options. Signed-off-by: Monard Vong --- git-svn.perl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/git-svn.perl b/git-svn