svn+ssh on Win32
From: Steve Williams <stevewilliams_at_kromestudios.com>
Date: 2003-07-20 15:23:34 CEST
I'm trying to get svn+ssh working on Win32 after having so many problems
I'm using plink.exe from PuTTY release 0.53b. I am using the official
The %APPDATA%\Subversion\config file contains the following lines
[tunnels]
'svn' is the account on the Linux box that owns the repository. plink.exe
D:\temp>svn co svn+ssh://192.168.1.1/usr/local/repos/test
On Linux this command works fine. On Win32 this command just waits around
svn: Network connection closed unexpectedly
If I execute the following command (which is what I believe svn is trying to
D:\temp>plink.exe -l svn 192.168.1.1 svnserve -t
...then I get the expected response from the svnserve process.
( success ( 1 1 ( ANONYMOUS EXTERNAL ) ( ) ) )
I also tried it with %SVN_SSH% set to "plink.exe -l svn". Same result
There is also an infinite wait if the client cannot find ssh.exe or the
What would be causing an infinite wait? Why would svn not report an error
Sly
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.