From owner-freebsd-questions@FreeBSD.ORG Tue Aug 5 18:54:24 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 020CD37B401 for ; Tue, 5 Aug 2003 18:54:24 -0700 (PDT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 271C943F85 for ; Tue, 5 Aug 2003 18:54:23 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (be-well.no-ip.com[66.30.200.37]) by comcast.net (sccrmhc13) with ESMTP id <200308060154220160059jg6e>; Wed, 6 Aug 2003 01:54:22 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [66.30.200.37] (may be forged)) by be-well.ilk.org (8.12.9/8.12.9) with ESMTP id h761sMKS016991 for ; Tue, 5 Aug 2003 21:54:22 -0400 (EDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.9/8.12.6/Submit) id h761sL93016988; Tue, 5 Aug 2003 21:54:21 -0400 (EDT) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f Sender: lowell@be-well.no-ip.com To: freebsd-questions@freebsd.org References: <3F04767A.2030300@potentialtech.com> <20030805064401.GA49201@mail.it.ca> From: Lowell Gilbert Date: 05 Aug 2003 21:54:21 -0400 In-Reply-To: <20030805064401.GA49201@mail.it.ca> Message-ID: <447k5rv9de.fsf@be-well.ilk.org> Lines: 26 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: CVSupping 5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2003 01:54:24 -0000 Paul Chvostek writes: > Man, I'm behind on my list mail. > > On Thu, Jul 03, 2003 at 02:31:22PM -0400, Bill Moran wrote: > > > > Ian Barnes wrote: > > > > > >What is the cvsup tag for the 5 branch? RELENG_5 doesnt work. > > > > RELENG_5_1 for the 5.1-RELEASE critical updates > > . for the bleeding-edge -CURRENT update (yes that's a '.') > > > > If you look in /usr/share/examples/cvsup there are several example cvsup > > files. The one called 'standard-supfile' should get you -CURRENT. > > I just did a 5.1 install from CD and shot myself in the foot because > /usr/share/examples/cvsup/stable-supfile has a default tag of RELENG_4 > which I didn't see until after I had run a `make update`. Presumably > this is an error and it should really be RELENG_5_1 (and ditto for 5.0, > which also defaulted to RELENG_4). > > Lesson for the day: READ EVERYTHING. ;-) Um, -STABLE is RELENG_4 by definition. There's a whole section on -STABLE as opposed to -CURRENT in the Handbook.