Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-ID: <016b01c3a93b$94efbd50$4900a8c0@lisa>
From: "Peter J. Stieber" <developer@toyon.com>
To: <cygwin@cygwin.com>
References: <Pine.CYG.4.58.0311101529470.1768@Crunch.bcgssbd.sciatl.com>
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@SOMEHOST:/export/cvsroot and matches
> CVS/Root.
> 
> --
> Ken Shaffer

The following  worked for me Ken.

<terminal interaction1>

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

</terminal interaction1>

After successfully logging on using
:pserver:anoncvs@sources.redhat.con:/cvs/src "cvs -co -c" worked.

<terminal interaction2>
export CVSROOT=:pserver:anoncvs@sources.redhat.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...
</terminal interaction2>

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/

