From owner-svn-src-all@FreeBSD.ORG Thu Jun 9 17:55:19 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B19E1065674; Thu, 9 Jun 2011 17:55:19 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 4DD108FC1A; Thu, 9 Jun 2011 17:55:19 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id F1E0C46B4C; Thu, 9 Jun 2011 13:55:18 -0400 (EDT) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 878928A02B; Thu, 9 Jun 2011 13:55:18 -0400 (EDT) From: John Baldwin To: Attilio Rao Date: Thu, 9 Jun 2011 13:52:04 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110325; KDE/4.5.5; amd64; ; ) References: <201106070846.p578kD4K073476@svn.freebsd.org> <201106090843.28669.jhb@freebsd.org> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201106091352.04738.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Thu, 09 Jun 2011 13:55:18 -0400 (EDT) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r222813 - in head: . contrib/top gnu/usr.bin/gdb/kgdb lib/libkvm lib/libmemstat share/man/man4 share/mk sys/amd64/acpica sys/amd64/amd64 sys/amd64/include sys/arm/arm sys/arm/include sy... X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jun 2011 17:55:19 -0000 On Thursday, June 09, 2011 12:48:30 pm Attilio Rao wrote: > 2011/6/9 John Baldwin : > > On Tuesday, June 07, 2011 4:46:13 am Attilio Rao wrote: > >> Author: attilio > >> Date: Tue Jun 7 08:46:13 2011 > >> New Revision: 222813 > >> URL: http://svn.freebsd.org/changeset/base/222813 > >> > > It would appear that svn destroyed the history on all these files. I suspect > > svn merge --reintegrate is too broken to be used safely and should probably > > not be used in the future until/unless svn fixes it to not suck. > > That was suggested by re@ officials, so I can't really argue :) Well, I don't think it has blown up in the past, so at the time that recommendation was probably fine. > What would you use instead? the "write me" option? svn diff | patch (basically what folks do for branches in p4). I'm not sure if svn stat would have shown an unusual state for these files after the svn merge. If so perhaps we could just recommend that folks check for that and fall back to diff | patch if they notice those sorts of problems instead. -- John Baldwin