From owner-freebsd-current@FreeBSD.ORG Mon Oct 15 08:15:33 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12E1216A418 for ; Mon, 15 Oct 2007 08:15:33 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.freebsd.org (Postfix) with ESMTP id 96B2D13C44B for ; Mon, 15 Oct 2007 08:15:32 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so1182338nfb for ; Mon, 15 Oct 2007 01:15:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=AYl5ngadgCIBF/Il1wqm+WocA8RSzdEzNxCksEvnfr0=; b=Nh+XBBNtfqw5+k5ap83hb5RCgwi7nBYdANkPEfAP1N9KG1vJzXtbPLC5D1VZCE76FKB0d4R7PhPmLL6cN58FWbuumjhbL8f+JzZ0rqNA9VfRRfAAvbM8xHB40xY7LkFfR2Rq642RWTzaHdD72xdVBXsT/Xn3wwTVa9L8/kEli78= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MhRZMw5KBSVYK1PiSwqzAHxIFKxp+Zm1B1i5MTlLdYMsC7/4+zhP2Bs/GtIVdavFPuWTKUK+GGlnxibziIUClGV14JfNwI5sBy89R9nXHU3maAR6g/bcFmJw0mP6pT/pfK2V7gYHELPxwaLGykNDSzvGUiYLMry0c1ijeS9OT+E= Received: by 10.86.68.5 with SMTP id q5mr2321203fga.1192434454298; Mon, 15 Oct 2007 00:47:34 -0700 (PDT) Received: by 10.86.91.5 with HTTP; Mon, 15 Oct 2007 00:47:34 -0700 (PDT) Message-ID: <11167f520710150047r781c0454hbe3b27a7d85868e9@mail.gmail.com> Date: Mon, 15 Oct 2007 02:47:34 -0500 From: "Sam Fourman Jr." To: current@freebsd.org In-Reply-To: <20071015001644.GB13443@parts-unknown.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1192328840.810.12.camel@RabbitsDen> <200710140810.38391.joao@matik.com.br> <1192373354.810.14.camel@RabbitsDen> <20071015001644.GB13443@parts-unknown.org> Cc: Subject: Re: Going from 8.0-CURRENT to RELENG_7 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: Mon, 15 Oct 2007 08:15:33 -0000 On 10/14/07, David Benfell wrote: > On Sun, 14 Oct 2007 10:49:13 -0400, Alexandre Sunny Kovalenko wrote: > > On Sun, 2007-10-14 at 08:10 -0300, JoaoBR wrote: > > > On Saturday 13 October 2007 23:27:20 Alexandre "Sunny" Kovalenko wrote: > > > > This is basically a warning and an advise -- as usual -- YMMV. > > > > > > > > I have missed HEADS-UP that RELENG_7 has been branched and found myself > > > > running 8.0 after cvsup/buildworld/installworld cycle. Since I wanted to > > > > stick to RELENG_7 and since branching occured 2 days ago, I've figured I > > > > should be able to change tag in SUPFILE cvsup and rebuild. > > > > > For what it's worth, I did not encounter this problem. I'm guessing that > means that if you unwittingly upgraded to 8.0-current soon enough, this > does not affect you. > > -- > David Benfell, LCP > benfell@parts-unknown.org > --- > Resume available at http://www.parts-unknown.org/ > NOTE: I sign all messages with GnuPG (0DD1D1E3). > > I was wondering is the best way to install a fresh FreeBSD 7 i386 to download the snapshot from here (when it is posted) ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/200710/ then csup releng_7, recompile the kernel, then portsnap fetch extract a fresh ports tree. Sam Fourman Jr.