From owner-freebsd-questions@FreeBSD.ORG Sat Dec 15 21:02:10 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0473D9DF for ; Sat, 15 Dec 2012 21:02:10 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from asbnvacz-mailrelay01.megapath.net (asbnvacz-mailrelay01.megapath.net [207.145.128.243]) by mx1.freebsd.org (Postfix) with ESMTP id C45378FC13 for ; Sat, 15 Dec 2012 21:02:09 +0000 (UTC) Received: from mail3.sea5.speakeasy.net (mail3.sea5.speakeasy.net [69.17.117.42]) by asbnvacz-mailrelay01.megapath.net (Postfix) with ESMTP id C237FA71698 for ; Sat, 15 Dec 2012 16:02:08 -0500 (EST) Received: (qmail 9935 invoked from network); 15 Dec 2012 21:02:08 -0000 Received: by simscan 1.4.0 ppid: 15599, pid: 3704, t: 0.1642s scanners: clamav: 0.88.2/m:52/d:10739 Received: from unknown (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail3.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 15 Dec 2012 21:02:08 -0000 Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.8]) by be-well.ilk.org (Postfix) with ESMTP id 3B00333C23; Sat, 15 Dec 2012 16:02:01 -0500 (EST) Received: by lowell-desk.lan (Postfix, from userid 1147) id 4CF4239846; Sat, 15 Dec 2012 16:02:00 -0500 (EST) From: Lowell Gilbert To: "Anders N." Subject: Re: svn revision in uname References: <20121215194427.GA19347@baot.se> Date: Sat, 15 Dec 2012 16:02:00 -0500 In-Reply-To: <20121215194427.GA19347@baot.se> (Anders N.'s message of "Sat, 15 Dec 2012 19:44:27 +0000") Message-ID: <44txrnqbav.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Dec 2012 21:02:10 -0000 "Anders N." writes: > Hi. I've noticed in my "uname -a" on 9.1-RELEASE there is "r243826." > This is on a system that upgraded from 9.1-RC3 using freebsd-update > (binary). On another system, upgraded from 9.0-RELEASE via > freebsd-update (source), there is nothing at all and uname -a looks > normal. Two other people I asked have r243825 (installed from ISO) and > r243872 (upgraded from svn). > > They're all 9.1-RELEASE, shouldn't they be the same, final version? As I understand it, the revision ID refers to the whole repository, not just a branch. So if you do your own svn checkout tomorrow, you'll get yet another revision number, even though the files will (probably) be completely identical to what you checked out yesterday -- ongoing commits to HEAD will keep kicking the revision number up. There is work going on to make system builds completely, bit-for-bit, repeatable, but that will presumably mean getting rid of this revision number information, not making it consistent.