Problems with cygwin cvs over ssh.

René Berber r.berber@computer.org
Wed Jan 25 20:28:00 GMT 2006


James Courtier-Dutton wrote:

> CVS_RSH=/bin/ssh
> CVS -d fred@x.x.x.x:/test-repository co test1
--^^^
Is this correct? or it was really _cvs_.

> ...password....
> cannot mkdir /tmp/cvs-server1396/.
> No such file or directory.
> 
> I am running OpenSSH on a cygwin windows server.
>   The CVS repository is on the windows server.
[snip]

From the manual:

"If the access method is omitted, then if the repository starts with ‘/’, then
:local: is assumed."

Try:  cvs -d :ext:fred@...:/test-repository co test1
-- 
René Berber


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list