From owner-freebsd-stable@FreeBSD.ORG Wed Apr 2 15:24:23 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA73237B407 for ; Wed, 2 Apr 2003 15:24:23 -0800 (PST) Received: from ns2.itga.com.au (ns2.itga.com.au [210.9.89.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCF3F43F93 for ; Wed, 2 Apr 2003 15:24:20 -0800 (PST) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (lightning.itga.com.au [192.168.71.20]) by ns2.itga.com.au (8.12.9/8.12.9) with ESMTP id h32NO8dW004378; Thu, 3 Apr 2003 09:24:08 +1000 (EST) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (localhost [127.0.0.1]) by lightning.itga.com.au (8.9.3/8.9.3) with ESMTP id JAA20381; Thu, 3 Apr 2003 09:24:06 +1000 (EST) Message-Id: <200304022324.JAA20381@lightning.itga.com.au> X-Mailer: exmh version 2.4 05/15/2001 with nmh-1.0.4 From: Gregory Bond To: Andy Sparrow In-reply-to: Your message of Wed, 02 Apr 2003 00:26:21 -0800. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 03 Apr 2003 09:24:06 +1000 Sender: gnb@itga.com.au cc: Gunnar Flygt cc: stable@freebsd.org Subject: Re: 4.8-RELEASE vs SA-03:07 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Apr 2003 23:24:24 -0000 > is. When I was releasing commercial software, I'd simply lock and tag > the tree with a unique, temporary, label, check out a clean tree against > that label, unlock the tree and build and package the software. Neither "locking" nor "temporary labels" are a concept supported by CVS. And adding tags to the whole tree is a very expensive process, not only for the master CVS server but for every one of the thousands of mirrored CVS archives around the globe and the poor bloody official CVS mirrors that have to distribute those thousands of updates. It's not something to be done lightly.