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 certificate i

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

2014-07-23 Thread Eric Wong
Monard Vong wrote: > If a client certificate is required to connect to svn, "git svn branch" > always prompt the user for the certificate location and password, > even though those parameters are stored in svn file "server" > located in svn config dir (generally ~/.subversion). > On the opposite,

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

2014-07-18 Thread Monard Vong
If a client certificate is required to connect to svn, "git svn branch" always prompt the user for the certificate location and password, even though those parameters are stored in svn file "server" located in svn config dir (generally ~/.subversion). On the opposite, "git svn info/init/dcommit" r