From owner-freebsd-questions Tue Mar 9 19:41:50 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 F2CE014C30 for ; Tue, 9 Mar 1999 19:41:47 -0800 (PST) (envelope-from scarter@magi.primenet.com) Received: (from scarter@localhost) by magi.primenet.com (8.9.3/8.9.1) id UAA16322 for freebsd-questions@FreeBSD.ORG; Tue, 9 Mar 1999 20:41:23 -0700 (MST) Date: Tue, 9 Mar 1999 20:41:23 -0700 From: Steve Carter To: freebsd-questions@FreeBSD.ORG Subject: cvsup 3.1-STABLE Message-ID: <19990309204123.A16304@globalcenter.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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