From owner-freebsd-questions Tue Jun 19 2: 5:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from speer.nl.uu.net (speer.nl.uu.net [193.67.79.174]) by hub.freebsd.org (Postfix) with ESMTP id 7E22937B407 for ; Tue, 19 Jun 2001 02:05:52 -0700 (PDT) (envelope-from arjan@jak.nl) Received: from 1Cust166.tnt18.rtm1.nl.uu.net ([213.116.130.166]:1084 "EHLO jak.nl") by speer.nl.uu.net with ESMTP id ; Tue, 19 Jun 2001 11:05:41 +0200 Message-ID: <3B2F1640.EB66123@jak.nl> Date: Tue, 19 Jun 2001 11:07:12 +0200 From: Arjan Knepper Organization: JAK++ Software Development B.V. X-Mailer: Mozilla 4.75 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Olivier Cherrier Cc: 'freebsd-questions' Subject: Re: cvs trouble References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Well you COULD do it the hard way like this, much faster is to use cvsup! Install cvsup cd /usr/share/examples/cvsup read the README and issue cvsup -L 2 -g ./ Good luck Arjan Olivier Cherrier wrote: > Hello. > > I recently installed a 4.3 minimal release. > Now, I try to retrieve the source tree for src/sys. > > I get the following: > > << > dugorgeon# cvs login > ... > dugorgeon# cvs checkout -r RELENG_4_3_0_RELEASE src/sys > cvs checkout: in directory src: > cvs checkout: cannot open CVS/Entries for reading: No such file or directory > cvs [checkout aborted]: cannot write : No such file or > direct > ory > dugorgeon# echo $CVSROOT > :pserver:anoncvs@anoncvs.FreeBSD.org:/home/ncvs > dugorgeon# cvs logout > (Logging out of anoncvs@anoncvs.FreeBSD.org) > dugorgeon# > >> > > Furthermore, is there *only* one cvs server for all the world? The page > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/anoncvs.html > says the following: > << > At the time of this writing, the following servers are available: > * USA: :pserver:anoncvs@anoncvs.FreeBSD.org:/home/ncvs (Use cvs login > and enter the password ``anoncvs'' when prompted.) > >> > > "/home/ncvs" seems to be the root of the source; isn't it? > So, why the checked out module in the example is "ls"? There is > no "ls" directory in the root of the source tree! > > Thanks a lot for help. > > oc > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message