This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cvs complains of no repository


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]