From owner-freebsd-questions@FreeBSD.ORG Thu Feb 24 14:17:34 2005 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 2B2B316A4CF for ; Thu, 24 Feb 2005 14:17:34 +0000 (GMT) Received: from development.newvillagemedia.net (ns2.newvillagemedia.net [209.60.6.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 337AB43D4C for ; Thu, 24 Feb 2005 14:17:33 +0000 (GMT) (envelope-from andy@firman.us) Received: from [209.60.6.51] (helo=localhost.localdomain) by development.newvillagemedia.net with esmtp (Exim 4.42 (FreeBSD)) id 1D4Jo1-00035E-0w for freebsd-questions@freebsd.org; Thu, 24 Feb 2005 09:17:29 -0500 Received: from andy by localhost.localdomain with local (Exim 4.43) id 1D4Jlk-0001uq-FM for freebsd-questions@freebsd.org; Thu, 24 Feb 2005 09:15:08 -0500 Date: Thu, 24 Feb 2005 09:15:08 -0500 From: Andy Firman To: freebsd-questions@freebsd.org Message-ID: <20050224141507.GA7322@firman.us> References: <1108841802.629.5.camel@thishost> <42199679.6040203@gto.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42199679.6040203@gto.net> User-Agent: Mutt/1.5.6+20040907i Subject: Re: CVSup: upgrade to 5-current X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andy Firman List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Feb 2005 14:17:34 -0000 On Mon, Feb 21, 2005 at 03:06:17AM -0500, Jeremy Faulkner wrote: > Remington wrote: > >I am attempting to upgrade from 5.3-RELEASE to 5.4-CURRENT. The line > >*default release=cvs tag=. seems to work but newvers.sh claims it to be > >6.0. What is the correct *default entry? > > > > 5.x isn't current 6.0 is, and 5.4 doesn't exist. > > You want tag=RELENG_5 Correct. I did that last night and ended up with 5.4-prerelease or something like that and had to start all over because I want 5.3-stable. Just FYI for other beginners out there that want 5.3 stable only, you need to use this from now on: tag=RELENG_5_3 Andy