From owner-freebsd-questions@FreeBSD.ORG Thu Jun 3 14:36:50 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0351616A4CE for ; Thu, 3 Jun 2004 14:36:50 -0700 (PDT) Received: from mail.broadpark.no (mail.broadpark.no [217.13.4.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B0C643D31 for ; Thu, 3 Jun 2004 14:36:49 -0700 (PDT) (envelope-from henrik.w.lund@broadpark.no) Received: from broadpark.no (52.80-202-129.nextgentel.com [80.202.129.52]) by mail.broadpark.no (Postfix) with ESMTP id EC5832DD0; Thu, 3 Jun 2004 23:37:07 +0200 (MEST) Message-ID: <40BF99EE.9040302@broadpark.no> Date: Thu, 03 Jun 2004 23:36:46 +0200 From: Henrik W Lund User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040410 X-Accept-Language: no, en-us, en MIME-Version: 1.0 To: Mark Jayson Alvarez References: <20040603004933.6573.qmail@web51606.mail.yahoo.com> In-Reply-To: <20040603004933.6573.qmail@web51606.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Upgrading to 4.10 using cvsup(Pleeeease! I'm halfway there!!!) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jun 2004 21:36:50 -0000 Mark Jayson Alvarez wrote: > I'm currently on freebsd 4.9 and wanted to upgrade to > 4.10 using cvsup > > This is my supfile > > *default host=cvsup1.ph.FReeBSD.org > (Philippines... my home) > > *default base=/usr > (...said this is to track down the download status... > right?) > > *default prefix=/usr > (...said this is the place where the files will go > into my computer... is this correct? Can I use my home > directory instead?) > > *default release=cvs tag=RELENG_4_10 > (...said to get FreeBSD4.10 release... am i on the > right track?) > > > *default delete use-rel-suffix > (no idea about this one... maybe you have?) > > *default compress > (i think this might help... just using 56k modem) > > > Here goes the most mind-boggling part... > Which is which? I only want minimum download(56 k > modem... remember?)I'm just a typical desktop user and > I only need X and KDE... and some fresh manuals for > 4.10 I guess. > > src-base(i think i need this...) > src-bin(...and this...) > src-contrib > src-etc(...and this...) > src-games > src-gnu > src-include > src-kerberos5 > src-kerberosIV > src-lib(...and this...) > src-libexec(...and this...) > src-release(...and this...) > src-sbin(...and this...) > src-share(...and not much this...) > src-sys(...and more of this...) > src-tools > src-usrbin(...maybe this...) > src-usrsbin(...and also this...) > src-crypto(...perhaps not this one...) > src-eBones(...sounds like a rap artist..) > src-secure(...perhaps in the future...) > src-sys-crypto(...perhaps in the future too..) > > > maraming salamat!(...thanks a lot!) > mabuhay!(....long live!) > -jay:) Greetings! That looks fine to me. I'd probably pull down src-include as well, since it's likely to contain lots of header files that you need for your upcoming rebuilding of world. As Mr. Simon Barner stated, you can save a whole lot of downloading by first installing the 4.9 sources off of the CD-ROM, then cvsupping using the supfile you just made. This will get you only those files that are different between 4.9 and 4.10, and only the bits of them in which the differences lie. If you start out with an empty /usr/src, you'll pull down around 300MB of source code (give or take, depending on what packages you download). If it's already populated by 4.9 sources, you can cut back considerably on this. Good luck! -Henrik W Lund