Karthik R [off-list ref] wrote:
If SVN_SSH is defined, it will be used. Else value in
GIT_SSH is copied to SVN_SSH & then, only on Windows,
the \s are escaped.
On Windows, the shell-variables must be set as follows
GIT_SSH="C:\Program Files\PuTTY\plink.exe"
SVN_SSH="C:\\Program Files\\PuTTY\\plink.exe"
See http://code.google.com/p/msysgit/issues/detail?id=305
Signed-off-by: Karthik Rajagopalan <redacted>
Thanks Karthik,
Acked and pushed out along with a few others I hadn't pushed
to git://yhbt.net/git-svn
Eric Wong (1):
svn: assume URLs from the command-line are URI-encoded
Karthik R (1):
git-svn: Use GIT_SSH setting if SVN_SSH is not set
Tuomas Suutari (1):
git-svn.txt: Fix location of parent argument
--
Eric Wong