bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problems with SSH on Windows


From: Allen Unueco
Subject: Problems with SSH on Windows
Date: Thu, 27 Mar 2003 07:46:00 -0800
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312

I'm trying to use cvs via ssh on Windows. I'm not using WinCVS, just the cvs command line. This is W2K and I've tried cvs 1.11 and 1.11.5.

I'm trying to use PuTTY's plink program. Plink behaves like ssh on Linux and seems to work fine.

---------

C:\utils>plink.exe -l user myserver.domain.net hostname
user@myserver.domain.net's password:
myserver

---------

But it seems like cvs on windows isn't handling the output from ssh (plink.exe) like it does on the Unix platforms.

-------------

CVS_RSH=c:\utils\plink.exe

C:\src\>cvs d:ext:user@myserver.domain.net:/cvs co project ' from cvs serverning: unrecognized response `user@myserver.domain.net's password: ' from cvs serverning: unrecognized response `user@myserver.domain.net's password: ' from cvs serverning: unrecognized response `user@myserver.domain.net's password: ' from cvs serverning: unrecognized response `user@myserver.domain.net's password: cvs [cvs [checkout aborted]: received interrupt signalcheckout aborted]: end of file from server (consult above messages if any)

--------------

I'm not sure what 'serverning' is but from looking at the CVS source I think the 'from cvs server' and 'warning: unrecognized response' messages are getting mangled together.

Any thoughts?

-allen





reply via email to

[Prev in Thread] Current Thread [Next in Thread]