From owner-freebsd-current@FreeBSD.ORG Sat Feb 19 20:44:44 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D966116A4CE for ; Sat, 19 Feb 2005 20:44:44 +0000 (GMT) Received: from smtp812.mail.sc5.yahoo.com (smtp812.mail.sc5.yahoo.com [66.163.170.82]) by mx1.FreeBSD.org (Postfix) with SMTP id 965D043D5D for ; Sat, 19 Feb 2005 20:44:44 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: from unknown (HELO optimator.noacks.org) (noacks@swbell.net@70.240.177.173 with login) by smtp812.mail.sc5.yahoo.com with SMTP; 19 Feb 2005 20:44:44 -0000 Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 9875D61EC; Sat, 19 Feb 2005 14:44:43 -0600 (CST) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 71768-01; Sat, 19 Feb 2005 14:44:42 -0600 (CST) Received: from compgeek.noacks.org (compgeek [192.168.1.10]) by optimator.noacks.org (Postfix) with ESMTP id 1BC2A615D; Sat, 19 Feb 2005 14:44:42 -0600 (CST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by compgeek.noacks.org (8.13.1/8.13.1) with ESMTP id j1JKifXa099317; Sat, 19 Feb 2005 14:44:41 -0600 (CST) (envelope-from noackjr@alumni.rice.edu) Message-ID: <4217A539.4000103@alumni.rice.edu> Date: Sat, 19 Feb 2005 14:44:41 -0600 From: Jon Noack User-Agent: Mozilla Thunderbird 1.0 (X11/20050202) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Remington References: <1108845698.626.4.camel@thishost> In-Reply-To: <1108845698.626.4.camel@thishost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at noacks.org cc: current@freebsd.org Subject: Re: CVSup: upgrade to 5-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Feb 2005 20:44:45 -0000 On 02/19/05 14:41, 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? There is no 5.4-CURRENT. The tag is correct to get you -CURRENT, but in this case you are actually getting 6.0-CURRENT. If you want to stick with the 5.x branch, use tag=RELENG_5. That will get you 5.3-STABLE, the branch that will lead to 5.4-RELEASE. Jon