From owner-freebsd-current@FreeBSD.ORG Wed Sep 28 09:33:32 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8961E106566C for ; Wed, 28 Sep 2011 09:33:32 +0000 (UTC) (envelope-from mueller6727@bellsouth.net) Received: from fmailhost04.isp.att.net (fmailhost04.isp.att.net [204.127.217.104]) by mx1.freebsd.org (Postfix) with ESMTP id 78D848FC0C for ; Wed, 28 Sep 2011 09:33:32 +0000 (UTC) Date: Wed, 28 Sep 2011 09:28:06 +0000 (GMT) X-Comment: Sending client does not conform to RFC822 minimum requirements X-Comment: Date has been added by Maillennium Received: from localhost (adsl-68-210-187-7.sdf.bellsouth.net[68.210.187.7]) by isp.att.net (frfwmhc04) with SMTP id <20110928092805H0400irbohe>; Wed, 28 Sep 2011 09:28:06 +0000 X-Originating-IP: [68.210.187.7] From: "Thomas Mueller" To: freebsd-current@freebsd.org References: <20110927090655.4BBC3106564A@hub.freebsd.org> <01f0b4413a0b18e65d802bb11f3dc0b9@mail.0x20.net> Message-Id: <20110928093332.8961E106566C@hub.freebsd.org> Subject: Re: FreeBSD 9.0-BETA2 or 3? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2011 09:33:32 -0000 I looked at ftp://ftp.freebsd.org/pub/FreeBSD/releases/ and found a BETA3 but only for some platforms not including i386 and amd64, but that was yesterday. I looked later during the day and found the BETA3 for i386 and amd64. Now the question is how to update without trashing the BETA2 installation with all the applications build from ports. I don't want to rebuild everything from ports every time there is a new beta or release candidate; that would be a very inefficient use of time. If I can't update with the installer, can I update from source? Would the best way be to download only the source (src.txz), then rm -rf /usr/src/* then extract the new source? Otherwise I don't know what to cvsup to, and I did read the FreeBSD Handbook. I also read /usr/src/README and UPDATING. I don't want to update source to HEAD which might now be 10.0-CURRENT. Tom