This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problems with cygwin cvs over ssh.


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]