From owner-svn-src-head@freebsd.org Mon Jul 9 15:08:55 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 D580A102EE96 for ; Mon, 9 Jul 2018 15:08:55 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1b.ore.mailhop.org (outbound1b.ore.mailhop.org [54.200.247.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0EA117407C for ; Mon, 9 Jul 2018 15:08:54 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-RoutePath: aGlwcGll X-MHO-User: f99c4568-8389-11e8-8837-614b7c574d04 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 67.177.211.60 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [67.177.211.60]) by outbound1.ore.mailhop.org (Halon) with ESMTPSA id f99c4568-8389-11e8-8837-614b7c574d04; Mon, 09 Jul 2018 15:08:46 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id w69F8jMC033631; Mon, 9 Jul 2018 09:08:45 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1531148925.1336.26.camel@freebsd.org> Subject: Re: svn commit: r336046 - in head/sys: amd64/include i386/include sys From: Ian Lepore To: Alexey Dokuchaev , Brooks Davis Cc: Konstantin Belousov , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Date: Mon, 09 Jul 2018 09:08:45 -0600 In-Reply-To: <20180709145840.GA9417@FreeBSD.org> References: <201807061950.w66JoP2F081328@repo.freebsd.org> <20180706195237.GS5562@kib.kiev.ua> <20180707021856.GA80349@FreeBSD.org> <20180709092327.GB85898@spindle.one-eyed-alien.net> <20180709145840.GA9417@FreeBSD.org> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit 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 15:08:56 -0000 On Mon, 2018-07-09 at 14:58 +0000, Alexey Dokuchaev wrote: > On Mon, Jul 09, 2018 at 09:23:27AM +0000, Brooks Davis wrote: > > > > On Sat, Jul 07, 2018 at 02:18:56AM +0000, Alexey Dokuchaev wrote: > > > > > > On Fri, Jul 06, 2018 at 10:52:37PM +0300, Konstantin Belousov wrote: > > > > > > > > On Fri, Jul 06, 2018 at 07:50:25PM +0000, Konstantin Belousov wrote: > > > > > > > > > > New Revision: 336046 > > > > > URL: https://svnweb.freebsd.org/changeset/base/336046 > > > > > > > > > > Log: > > > > >   Revert to recommit with the proper message. > > > > I am sorry for the second mistake of the same sort in the day. > > > It would be much easier if we'd allowed "svn propedit --revprop svn:log". > > Not going to happen.  That would completely trash the ability to use git > > exports. > Yeah, I've heard of it.  It's a pity that SVN users have to suffer for the > benefit of some obscure, unofficial VCS. :-( > > ./danfe > I think if git weren't in the way, what you would hear instead would be arguments against doing so from those who believe that a version control system exists to maintain an *immutable* history of changes to the source base. My voice might be one of those, unless there were some very tight controls on who could use such a feature and under what conditions. -- Ian