From owner-freebsd-questions@FreeBSD.ORG Mon May 7 07:21:02 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A032116A403 for ; Mon, 7 May 2007 07:21:02 +0000 (UTC) (envelope-from bjoern.koenig@alpha-tierchen.de) Received: from mail.liberty-hosting.de (mail.liberty-hosting.de [195.225.132.203]) by mx1.freebsd.org (Postfix) with ESMTP id 60D9213C45D for ; Mon, 7 May 2007 07:21:02 +0000 (UTC) (envelope-from bjoern.koenig@alpha-tierchen.de) Received: from mail.liberty-hosting.de ([195.225.132.203]) by localhost (liberty-mail [195.225.132.203]) (amavisd-new, port 10024) with ESMTP id 51289-04; Mon, 7 May 2007 09:01:49 +0200 (CEST) Received: from home.alpha-tierchen.de (port-212-202-170-5.dynamic.qsc.de [212.202.170.5]) by mail.liberty-hosting.de (Postfix) with ESMTP id 0BBFF18051A; Mon, 7 May 2007 09:01:49 +0200 (CEST) Received: from webmail.alpha-tierchen.de (localhost [127.0.0.1]) by home.alpha-tierchen.de (Postfix) with ESMTP id D3FFC45046; Mon, 7 May 2007 09:01:47 +0200 (CEST) Received: from 89.247.46.141 (SquirrelMail authenticated user bkoenig) by webmail.alpha-tierchen.de with HTTP; Mon, 7 May 2007 09:01:47 +0200 (CEST) Message-ID: <1158.89.247.46.141.1178521307.squirrel@webmail.alpha-tierchen.de> In-Reply-To: <20070507052955.GB1408@mooseriver.com> References: <20070507052955.GB1408@mooseriver.com> Date: Mon, 7 May 2007 09:01:47 +0200 (CEST) From: =?iso-8859-1?Q?Bj=F6rn_K=F6nig?= To: jgrosch@MooseRiver.com User-Agent: SquirrelMail/1.4.9a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: by amavisd-new at mail.smartterra.de Cc: questions@freebsd.org Subject: Re: CVS tags 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, 07 May 2007 07:21:02 -0000 > > > I have been spending a lot of time building machines at work. Our > engineers want to have the machine in question to have a specific > version of FreeBSD, ie. FreeBSD 4.11-RELEASE-p11 for example. I have > noticed that there is not a CVS tag for this in the tree. Is there > a specific reason why we do not tag the tree for the patch levels? Although it should never be necessary to use -p11 explicitely, you can get it if you use RELENG_4_11 and the date 2005/06/30 00:00:00 for example. The appropriate line in your supfile looks like this: *default release=cvs tag=RELENG_4_11 date=2005.06.30.00.00.00 The file src/sys/conf/newvers.sh contains the version number. You can determine the date in the CVS repository. http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/conf/newvers.sh?f=u&only_with_tag=RELENG_4_11&logsort=date Regards Björn