Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Subject: cvs repository not found From: "Calvin Smith" To: cygwin AT cygwin DOT com Date: Mon, 15 Mar 2004 15:44:51 -0700 X-Sender: exnihilo4 MIME-Version: 1.0 Message-ID: <1079390691.c8737f7cexnihilo4@myrealbox.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id i2FMj6gv009465 I am not able to get CVS working via ssh. The following illustrates my problem. Logged into the server machine: Calvin AT Kilimanjaro ~ $ cvs -d /cvs checkout foo cvs checkout: Updating foo U foo/testing -- Calvin AT Kilimanjaro ~ $ exit logout Connection to kilimanjaro closed. Calvin AT Calvin ~/Desktop ~ -- And on my local machine: Calvin AT Calvin ~/Desktop $ cvs -d :ext:Calvin AT kilimanjaro:/cvs checkout foo Calvin AT kilimanjaro's password: cvs [server aborted]: /cvs: no such repository Calvin AT Calvin ~/Desktop $ ssh Calvin AT kilimanjaro "ls -l /cvs" Calvin AT kilimanjaro's password: total 0 drwxrwxr-x+ 3 Administ Users 12288 Mar 12 16:46 CVSROOT drwxrwxr-x+ 2 Administ Users 0 Mar 15 14:39 foo As you can see, I can successfully check out when logged into the machine, and I can ssh in and do an 'ls', correctly seeing the content of the cvsroot, and the foo module, but for some reason CVS and SSH aren't playing well together. Any ideas?? thanks, calvin -- 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/