Re: Re: cvs repository not found

2004-03-15 Thread Calvin Smith
- From: Igor Pechtchanski <[EMAIL PROTECTED]> To: Calvin Smith <[EMAIL PROTECTED]> Date: Mon, 15 Mar 2004 18:23:55 -0500 (EST) Subject: Re: cvs repository not found Are you running Cygwin's ssh and cvs (i.e., "type -a cvs ssh")? Is your CVS_RSH set correctly? What are

Re: cvs repository not found

2004-03-15 Thread Igor Pechtchanski
On Mon, 15 Mar 2004, Calvin Smith wrote: > I am not able to get CVS working via ssh. The following illustrates my > problem. > > Logged into the server machine: > > [EMAIL PROTECTED] ~ > $ cvs -d /cvs checkout foo > cvs checkout: Updating foo > U foo/testing > > -- > [EMAIL PROTECTED] ~ > $ exit >