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 Reply-To: From: "Flo" To: Subject: TR : Windows XP Pro / Cygwin / CVS / OpenSSH ==> cvs [server aborted]: /opt/cvs: no such repository Date: Sun, 8 Feb 2004 16:20:52 +0100 Message-ID: <000801c3ee57$24149540$be00a8c0@florent> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id i18FKkR3024967 I tried checkout from local successfully : $ cvs -d /opt/cvs/ checkout -P CVSROOT cvs checkout: Updating CVSROOT U CVSROOT/checkoutlist U CVSROOT/commitinfo U CVSROOT/config U CVSROOT/cvswrappers U CVSROOT/editinfo U CVSROOT/loginfo U CVSROOT/modules U CVSROOT/notify U CVSROOT/rcsinfo U CVSROOT/taginfo U CVSROOT/verifymsg So i don't know what can i do with my problem ...?? -----Message d'origine----- De : cygwin-owner AT cygwin DOT com [mailto:cygwin-owner AT cygwin DOT com] De la part de Flo Envoyé : dimanche 8 février 2004 16:12 À : cygwin AT cygwin DOT com Objet : Windows XP Pro / Cygwin / CVS / OpenSSH ==> cvs [server aborted]: /opt/cvs: no such repository My last message on this mailing list was about uninstalling Cygwin to re-install it and solve my problem but my problem still. I installed a CVS Server and OpenSSH on Cygwin. I succesfully remotly connect to my server via SSH But when i try to checkout the CVSROOT module remotly i get this message : cvs [server aborted]: /opt/cvs: no such repository I think i made correctly the permission settings like this : 1. Add a Unix group cvs to your system. Any users who need to access the repository should be in this group. For example, here's the relevant line from my machine's /etc/group file: cvs:*:105:kfogel,sussman,jimb,noel,lefty,fitz,craig,anonymous,jrandom 2. Make the repository's group ownership and permissions reflect this new group: floss$ cvs -d /opt/cvs init floss$ cd /opt/cvs floss$ chgrp -R cvs . floss$ chmod ug+rwx . CVSROOT I made the same install (CVS and SSH) on another PC and i don't have this problem, i successfuly checkout this module. What can i do ? Flo -- 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/ -- 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/