From owner-freebsd-stable Thu Oct 2 13:06:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA19504 for stable-outgoing; Thu, 2 Oct 1997 13:06:08 -0700 (PDT) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id NAA19498 for ; Thu, 2 Oct 1997 13:06:01 -0700 (PDT) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0xGrVW-0000F8-00; Thu, 2 Oct 1997 14:05:58 -0600 Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.8.7/8.8.3) with ESMTP id OAA03840; Thu, 2 Oct 1997 14:06:57 -0600 (MDT) Message-Id: <199710022006.OAA03840@harmony.village.org> To: "Jordan K. Hubbard" Subject: Re: CVSUP vs. SNAPS Cc: "Rodney W. Grimes" , andrsn@andrsn.stanford.edu, freebsd-stable@freebsd.org In-reply-to: Your message of "Thu, 02 Oct 1997 10:12:09 PDT." <12048.875812329@time.cdrom.com> References: <12048.875812329@time.cdrom.com> Date: Thu, 02 Oct 1997 14:06:57 -0600 From: Warner Losh Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <12048.875812329@time.cdrom.com> "Jordan K. Hubbard" writes: : 2.2 is the branch ID, it's not 2.2.0 as Rod seems to see it and hence : there's no "decrease" in the release number (if you had to think of it : strictly numerically then 2.2 would be equivalent to 2.2.x, where x = : infinity :). Ummm, yes. I understand that. I'm saying that the kernel shouldn't identify merely which branch it is on (2.2), but should also identify which major release was the most recent on that branch (2.2.5). : transition to RELEASE. Suddenly inventing 2.2.5-stable would be a : tragic mistake since it leads in turn to the suggestion that there's a : RELENG_2_2_5 branch tag to go with it which, of course, there is not. I don't agree. I don't think it implies anything of the sort. You take the first two digits of the release, bolt RELENG_ to the front of them, and you have RELENG_2_2. That's what you ahve to do now when you upgrade from a 2.2.5-RELEASE system anyway. I fail to see the consistancy here. Warner