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 Message-ID: <016b01c3a93b$94efbd50$4900a8c0@lisa> From: "Peter J. Stieber" To: References: Subject: Re: cvs complains of no repository Date: Wed, 12 Nov 2003 08:39:29 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Initially I sent this directly to Ken. Sorry Ken. See reply below... > There's a difference between 1.10 and 1.11 that I don't understand. > > Performing a "cvs co -c" using 1.10 correctly provides a listing of the > projects. The version shows "Concurrent Versions System (CVS) 1.10 > `Halibut' (client)". > > Performing a "cvs co -c" using 1.11.6 just says ": no such repository". > The version shows "Concurrent Versions System (CVS) 1.11.6 > (client/server)". > > CVSROOT is :pserver:SOMEUSER AT SOMEHOST:/export/cvsroot and matches > CVS/Root. > > -- > Ken Shaffer The following worked for me Ken. cvs --version Concurrent Versions System (CVS) 1.11.6 (client/server) Copyright (c) 1989-2003 Brian Berliner, david d `zoo' zuhn, Jeff Polk, and other authors CVS may be copied only under the terms of the GNU General Public License, a copy of which can be found with the CVS distribution kit. Specify the --help option for further information about CVS After successfully logging on using :pserver:anoncvs AT sources DOT redhat DOT con:/cvs/src "cvs -co -c" worked. export CVSROOT=:pserver:anoncvs AT sources DOT redhat DOT com:/cvs/src cvs login password is anoncvs cvs co -c CVSROOT CVSROOT all-naked-tcl -a naked-tcl naked-tk naked-itcl naked-iwidgets naked-blt all-tcl -a all-naked-tcl src-support binutils -a naked-binutils naked-opcodes naked-bfd naked-libiberty naked-include naked-gas naked-gprof naked-ld naked-intl src-support naked-texinfo naked-cpu . . . lots of other good stuff... So I didn't see the problem you are referring to, Pete -- 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/