Date: Wed, 30 Aug 2000 16:37:53 -0500 From: Jeffrey Fu <jfu@asl.dl.nec.com> To: freebsd-questions@freebsd.org Subject: Re: CVS from 3.3 to 3.4 Message-ID: <39AD7EB1.C73FC308@asl.dl.nec.com> References: <39AD36EE.88944360@asl.dl.nec.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39AD7EB1.C73FC308>