From owner-freebsd-stable@FreeBSD.ORG Mon Mar 19 11:44:23 2007 Return-Path: X-Original-To: freebsd-stable@FreeBSD.ORG Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 07DE316A400 for ; Mon, 19 Mar 2007 11:44:23 +0000 (UTC) (envelope-from dom@helenmarks.co.uk) Received: from mailhost.graphdata.co.uk (mailhost.graphdata.co.uk [195.12.22.194]) by mx1.freebsd.org (Postfix) with ESMTP id BD58F13C4AE for ; Mon, 19 Mar 2007 11:44:22 +0000 (UTC) (envelope-from dom@helenmarks.co.uk) Received: from localhost (localhost [127.0.0.1]) by mailhost.graphdata.co.uk (Postfix) with ESMTP id 9490611401E; Mon, 19 Mar 2007 11:44:21 +0000 (GMT) X-Virus-Scanned: amavisd-new at graphdata.co.uk Received: from mailhost.graphdata.co.uk ([127.0.0.1]) by localhost (mailhost.graphdata.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SIHKwCgy13TQ; Mon, 19 Mar 2007 11:44:18 +0000 (GMT) Received: from gdc083.internal.graphdata.co.uk (unknown [172.19.18.70]) by mailhost.graphdata.co.uk (Postfix) with SMTP id CDC70114026; Mon, 19 Mar 2007 11:44:18 +0000 (GMT) Date: Mon, 19 Mar 2007 11:44:18 +0000 From: Dominic Marks To: Pete French Message-Id: <20070319114418.a3dc26fa.dom@helenmarks.co.uk> In-Reply-To: References: X-Mailer: Sylpheed 2.3.1 (GTK+ 2.10.6; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Reverting to 6.2-RELEASE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Mar 2007 11:44:23 -0000 On Mon, 19 Mar 2007 11:31:54 +0000 Pete French wrote: > I appear to have a machine which will not run RELENG_6_2, though it runs > the released code quite happily. Is there a CVS tag I can use to revert the > sources back to the way they were on RELEASE? I want to be able to > verify that this is and track down what changed! I don't think it should > ever be the case that something which runs X.Y-RELEASE will not run RELENG_X_Y > should it ? RELENG_6_2_0_RELEASE You can use CVS Web to look them up: http://www.freebsd.org/cgi/cvsweb.cgi/src/ -> Drop down box, "Show only files with tag ..." Cheers, Dominic