| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| 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" <developer AT toyon DOT com> |
| To: | <cygwin AT cygwin DOT com> |
| References: | <Pine DOT CYG DOT 4 DOT 58 DOT 0311101529470 DOT 1768 AT Crunch DOT bcgssbd DOT sciatl DOT com> |
| Subject: | Re: cvs complains of no repository |
| Date: | Wed, 12 Nov 2003 08:39:29 -0800 |
| MIME-Version: | 1.0 |
| 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.
<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 AT sources DOT redhat DOT con:/cvs/src "cvs -co -c" worked.
<terminal interaction2>
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...
</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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |