From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 15:24:37 2007 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 A3BAD16A417 for ; Mon, 5 Nov 2007 15:24:37 +0000 (UTC) (envelope-from erik@cederstrand.dk) Received: from mail.itu.dk (pluto.itu.dk [130.226.142.18]) by mx1.freebsd.org (Postfix) with ESMTP id 5E95513C491 for ; Mon, 5 Nov 2007 15:24:36 +0000 (UTC) (envelope-from erik@cederstrand.dk) Received: from localhost (unknown [10.0.0.3]) by mail.itu.dk (Postfix) with ESMTP id D636336F499; Mon, 5 Nov 2007 16:13:11 +0100 (CET) X-Virus-Scanned: amavisd-new at itu.dk Received: from superman.itu.dk ([130.226.142.5]) by localhost (daredevil.itu.dk [130.226.142.26]) (amavisd-new, port 10024) with ESMTP id RVusgHLvogFc; Mon, 5 Nov 2007 16:13:01 +0100 (CET) Received: from wimac.littlebit.dk (unknown [85.233.238.191]) by superman.itu.dk (Postfix) with ESMTP id ED2059E66C; Mon, 5 Nov 2007 16:12:56 +0100 (CET) Message-ID: <472F32CE.6050306@cederstrand.dk> Date: Mon, 05 Nov 2007 16:12:14 +0100 From: Erik Cederstrand User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Ewald Jenisch References: <20071105144320.GA3811@aurora.oekb.co.at> In-Reply-To: <20071105144320.GA3811@aurora.oekb.co.at> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Rebuilding kernel/system to a state "back-in-time"? 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: Mon, 05 Nov 2007 15:24:37 -0000 Ewald Jenisch wrote: > Hi, > > Because of severe problems wrt. a third party app (TSM Backup - see my > previous post) I'm looking for a way to compile a kernel/system to a > state as it was several weeks ago. > > To be specific I'd like to build my system/kernel using the > source-files of FreeBSD 6.2 as they were back on September 14, 2007. > > In cvsup there seems to be a feature "date=..." that should be able to > accomplish this. Has anybody out there used it sucessfully? Is specifying > > date=2007.09.13.23.59.00 > > together with the default-settings in my stable-cvsup-file > > *default host= > *default base=/var/db > *default prefix=/usr > *default release=cvs tag=RELENG_5 Should be tag=RELENG_6_2 > *default delete use-rel-suffix > *default compress > src-all > > enough? That should suffice. > Anything else to consider? This assumes you're already running 6.2. As long as you don't switch branches (or choose a date before the branch occurred!), you should be good to go. Erik