From owner-freebsd-questions@FreeBSD.ORG Sat Jul 25 11:28:31 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61CE1106566C for ; Sat, 25 Jul 2009 11:28:31 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [83.235.67.30]) by mx1.freebsd.org (Postfix) with ESMTP id C2AA38FC0A for ; Sat, 25 Jul 2009 11:28:30 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from atomic.dyndns.org (athedsl-4470769.home.otenet.gr [94.71.119.225]) by aiolos.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id n6PBSTqj000765; Sat, 25 Jul 2009 14:28:29 +0300 Message-ID: <4A6AEC5D.8070108@otenet.gr> Date: Sat, 25 Jul 2009 14:28:29 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.22 (X11/20090724) MIME-Version: 1.0 To: Axel References: <4A6AE4C6.8060306@glemsk.net> In-Reply-To: <4A6AE4C6.8060306@glemsk.net> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: freebsd-update: from 7.1-STABLE to 7.2-RELEASE? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jul 2009 11:28:31 -0000 Axel wrote: > Hello, > > I have previously kept my machine updated by fetching the STABLE > branch using csup and rebuilding the kernel. (As described in Handbook > chapter 24.7) > > From now on, I want to use freebsd-update to simplify the process and > follow the RELEASE branch (+patches) instead. > > But it seems that freebsd-update cannot help me upgrade from > 7.1-STABLE to 7.2-RELEASE. > > Any tips on how to make the transition to RELEASE? > freebsd-update can take you from one very specific point of FreeBSD to another. For example, RELEASE to RELEASE or BETAx to RELEASE. If you follow STABLE, there is no such defined point hence you cannot use freebsd-update to go from STABLE to RELEASE. For your case, use the csup / rebuild method one more time to get to 7.2-RELEASE. After that you can start using freebsd-update to upgrade from one release to the next.