From owner-freebsd-questions Tue Mar 9 20:11:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from magi.primenet.com (magi.primenet.com [206.165.0.136]) by hub.freebsd.org (Postfix) with ESMTP id 4A0EA14EC3 for ; Tue, 9 Mar 1999 20:11:31 -0800 (PST) (envelope-from scarter@magi.primenet.com) Received: (from scarter@localhost) by magi.primenet.com (8.9.3/8.9.1) id VAA16410 for freebsd-questions@FreeBSD.ORG; Tue, 9 Mar 1999 21:11:07 -0700 (MST) Date: Tue, 9 Mar 1999 21:11:07 -0700 From: Steve Carter To: freebsd-questions@FreeBSD.ORG Subject: Re: cvsup 3.1-STABLE Message-ID: <19990309211107.B16363@globalcenter.net> References: <19990309204123.A16304@globalcenter.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <19990309204123.A16304@globalcenter.net>; from Steve Carter on Tue, Mar 09, 1999 at 08:41:23PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Further to this... Do I just (re)move the existing /usr/src & /usr/ports directories, copy these there and do a 'make buildworld', 'make installworld', etc? Seems like to files within the new directories are not CVS files (ie: no ,v extension) and the directory structure seems the same. Shoot, I'll just try it....:) -Steve Steve Carter wrote: > Ok, so I have created (stolen, some might say >;) some cvsup config files: > > [root@brass]# cat standard.supfile > *default host=cvsup4.FreeBSD.org > *default base=/usr > *default prefix=/usr/home/ncvs > *default release=cvs tag=RELENG_3 > *default delete use-rel-suffix > > src-all > ports-all > docs-all > > [root@brass]# cat secure.supfile > *default host=cvsup.internat.FreeBSD.org > *default base=/usr > *default prefix=/usr/home/ncvs > *default release=cvs tag=RELENG_3 > *default delete use-rel-suffix > > src-crypto > src-eBones > src-secure > > and executed cvsup for the first time with the, seemingly, standard params > I'll spare you the copious output): > > [root@brass]# cvsup -g -L2 ./standard.supfile > [root@brass]# cvsup -g -L2 ./secure.supfile > > and everything downloaded correctly, it seems. Then I waited a couple of > days and ran the same commands again, here's the output (with much > snipped) this time: > > [root@brass]# cvsup -g -L2 ./standard.supfile > Parsing supfile "./standard.supfile" > Looking up address of cvsup4.FreeBSD.org > Connecting to cvsup4.FreeBSD.org > Connected to cvsup4.FreeBSD.org > Server software version: REL_15_4_2 > Negotiating file attribute support > Exchanging collection information > Establishing active-mode data connection > Running > Updating collection src-all/cvs > Updating collection ports-all/cvs > Updating collection doc-all/cvs > Shutting down connection to server > Finished successfully > > [root@brass]# cvsup -g -L2 ./secure.supfile > Parsing supfile "./secure.supfile" > Looking up address of cvsup.internat.FreeBSD.org > Connecting to cvsup.internat.FreeBSD.org > Connected to cvsup.internat.FreeBSD.org > Server software version: REL_16_0 > Negotiating file attribute support > Exchanging collection information > Establishing active-mode data connection > Running > Updating collection src-crypto/cvs > Updating collection src-eBones/cvs > Updating collection src-secure/cvs > Shutting down connection to server > Finished successfully > > I believe I can assume that 'cvsup' is doing it's job and downloading the > delta changes since last time I ran a 'cvsup'. > > My question now, is what the heck do I do to update my system with all > this code :) now I have it? I have tried: > > [root@brass]# export CVSROOT=/usr/home/ncvs > [root@brass]# cvs co /src > cvs checkout: cannot find module `/src' - ignored > > and > > [root@brass]$ cvs co /usr/home/ncvs/CVSROOT/src > cvs checkout: cannot find module `/usr/home/ncvs/CVSROOT/src' - ignored > > Any help would be appreciated. > > Regards, > -Steve > > > 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