From owner-svn-src-head@freebsd.org Mon Jul 9 16:26:45 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A2711037193; Mon, 9 Jul 2018 16:26:45 +0000 (UTC) (envelope-from rpokala@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 38B757793A; Mon, 9 Jul 2018 16:26:45 +0000 (UTC) (envelope-from rpokala@freebsd.org) Received: from [192.168.1.4] (c-71-198-162-232.hsd1.ca.comcast.net [71.198.162.232]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: rpokala) by smtp.freebsd.org (Postfix) with ESMTPSA id 425E0C241; Mon, 9 Jul 2018 16:26:44 +0000 (UTC) (envelope-from rpokala@freebsd.org) User-Agent: Microsoft-MacOutlook/10.e.1.180613 Date: Mon, 09 Jul 2018 09:26:39 -0700 Subject: Re: svn commit: r336046 - in head/sys: amd64/include i386/include sys From: Ravi Pokala To: , Ian Lepore CC: Alexey Dokuchaev , Brooks Davis , Konstantin Belousov , , , Message-ID: Thread-Topic: svn commit: r336046 - in head/sys: amd64/include i386/include sys References: <1531148925.1336.26.camel@freebsd.org> <201807091612.w69GCxkN066789@pdx.rh.CN85.dnsmgr.net> In-Reply-To: <201807091612.w69GCxkN066789@pdx.rh.CN85.dnsmgr.net> Mime-version: 1.0 Content-type: text/plain; charset="UTF-8" Content-transfer-encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2018 16:26:45 -0000 -----Original Message----- From: on behalf of "Rodney W. Grimes" Reply-To: Date: 2018-07-09, Monday at 09:12 To: Ian Lepore Cc: Alexey Dokuchaev , Brooks Davis , Konstantin Belousov , , , Subject: Re: svn commit: r336046 - in head/sys: amd64/include i386/include sys > Or svn could grow the proper features to have immutability, you just > have to revision control the log entry, something that is at least > 40 year old technology in the paper world of document control. > > I have never understood why this feature is missing from every > automated VCS system I have seen. > > -- > Rod Grimes rgrimes@freebsd.org FWIW, Perforce allows the log entry to be changed after the submit, and I'm 98% sure it's versioned. -Ravi (rpokala@)