SV: SV: How can I set up access via svn+ssh on Windows?
From: Per Lindberg <per_at_implior.com>
Date: 2004-12-28 16:30:41 CET
> Från: Kevin Williams [mailto:kevin@bantamtech.com]
> set SVN_SSH=C:\plink.exe
Thanks, but the suggested settings does not work.
Also, it appears that the environment variable SVN_SSH on Windows
I agree that it would make sense if SVN_SSH points to the exe file,
Witness:
["Det går inte att hitta filen" > "File not found" (presumably plink.exe),
C:\foo>set SVN_SSH=
C:\foo>svn co svn+ssh://dev.implior.com/var/subversion/frotz/trunk
C:\foo>dir/b c:\plink.exe
C:\foo>set SVN_SSH=c:\
C:\foo>svn co svn+ssh://dev.implior.com/var/subversion/frotz/trunk
C:\foo>set SVN_SSH=c:\plink.exe
C:\foo>svn co svn+ssh://dev.implior.com/var/subversion/frotz/trunk
C:\foo>dir/b "c:\Program Files\PuTTY\plink.exe"
C:\foo>set SVN_SSH="c:\Program Files\PuTTY\"
C:\foo>svn co svn+ssh://dev.implior.com/var/subversion/frotz/trunk
C:\foo>dir/b "c:\Program Files\TortoiseSVN\bin\TortoisePlink.exe"
C:\foo>set SVN_SSH="c:\Program Files\TortoiseSVN\bin\TortoisePlink.exe"
C:\foo>svn co svn+ssh://dev.implior.com/var/subversion/frotz/trunk
C:\foo>
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.