[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svn+ssh on cygwin/openssh

From: Micah Spears <micah_at_orcsoft.com>
Date: 2004-02-23 11:59:02 CET

I am unable to use the svn+ssh option on windows(cygwin/openssh).

subversion: 0.37
openssh: SSH-2.0-OpenSSH_3.7.1p2

here is the problem:

C:\Documents and Settings\micah>svn list svn+ssh://micah@localhost/repo/test
svn: Connection closed unexpectedly

I can ssh normally:

C:\Documents and Settings\micah>ssh micah@localhost
micah@localhost's password:
Last login: Fri Feb 6 01:23:35 2004 from ********.grandenetworks.net

micah@pimp ~
$

and I can use svn(without ssh):

C:\Documents and Settings\micah>svnserve -d
C:\Documents and Settings\micah>svn list svn://micah@localhost/repo/test
blah/
micah.txt

I also verified that svnserve.exe is in the $PATH env variable by
issuing: ssh micah@localhost 'echo $PATH'

any ideas for a guy desperately wanting to switch from CVS... ;o)

thanks,
micah

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 23 11:58:52 2004

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.