Re: Problem: CVS cannot work properly in SSH shell

2003-07-19 Thread Mark Priest
D]> Sent: Saturday, July 19, 2003 8:17 AM Subject: Problem: CVS cannot work properly in SSH shell > Hi all, >I'm trying to access a CVS repository on my Cygwin > on Windows XP, using :ext: protocol with SSH but I > keep running into problems. It seems that there is a > b

Re: Problem: CVS cannot work properly in SSH shell

2003-07-19 Thread Corinna Vinschen
On Sat, Jul 19, 2003 at 05:17:00AM -0700, Neophytos Neophytou wrote: > $ ssh [EMAIL PROTECTED] "cvs -d /home/fytos/cvs checkout > CVSROOT" > [EMAIL PROTECTED]'s password: > cvs [checkout aborted]: /home/fytos/cvs/CVSROOT: No > such file or directory > [...] > $ export CVSROOT=:ext:[EMAIL PROTECTED]

Problem: CVS cannot work properly in SSH shell

2003-07-19 Thread Neophytos Neophytou
Hi all, I'm trying to access a CVS repository on my Cygwin on Windows XP, using :ext: protocol with SSH but I keep running into problems. It seems that there is a bug that prevents CVS to run properly in an SSH shell, or some of my environment is really messed up. The following command seque