From owner-freebsd-questions Wed Aug 30 14:38: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nec.com (mail1.nec.com [143.101.112.2]) by hub.freebsd.org (Postfix) with ESMTP id 0C77237B42C for ; Wed, 30 Aug 2000 14:37:58 -0700 (PDT) Received: from aslws01.asl.dl.nec.com (aslws01-hme0.asl.dl.nec.com [143.101.10.1]) by nec.com (8.9.3/8.9.3) with ESMTP id QAA00084 for ; Wed, 30 Aug 2000 16:37:55 -0500 (CDT) Received: by aslws01.asl.dl.nec.com (8.7.3/YDL1.9.1-940729.15) id QAA12932(aslws01.asl.dl.nec.com); Wed, 30 Aug 2000 16:37:55 -0500 (CDT) Received: by aslws111.asl.dl.nec.com (8.7.3/YDL1.9.1-940729.15) id QAA21976(aslws111.asl.dl.nec.com); Wed, 30 Aug 2000 16:37:53 -0500 (CDT) Message-ID: <39AD7EB1.C73FC308@asl.dl.nec.com> Date: Wed, 30 Aug 2000 16:37:53 -0500 From: Jeffrey Fu Organization: ASL X-Mailer: Mozilla 4.72 [en] (X11; U; SunOS 5.5.1 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: CVS from 3.3 to 3.4 References: <39AD36EE.88944360@asl.dl.nec.com> Content-Type: text/plain; charset=big5 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have both FreeBSD 3.3 and 4.0 CDs set. I installed FreeBSD 3.3 to a PC with the CD and I want to upgrade it to 3.4. Here is how I did it: I put the CVS Repository CD from the FreeBSD 4.0(It includes all Release from 2.0+) into the CDRom. > mount /cdrom > cd /home > mkdir ncvs > cd ncvs > tar xzvf /cdrom/src.tgz > cp -r /cdrom/CVSROOT /home/ncvs/. > setenv CVSROOT /home/ncvs > cd /usr > cvs co -r RELENG_3_4_0_RELEASE world 2>&1 > cd /usr/src > cvs update -P -d > make buildworld It gives me some error about missing files..... Did I miss some steps? Please advice. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message