From owner-svn-src-head@FreeBSD.ORG Thu Jun 9 19:00:34 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0FE54106566C; Thu, 9 Jun 2011 19:00:34 +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 D819C8FC0A; Thu, 9 Jun 2011 19:00:33 +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 8B48E46B0A; Thu, 9 Jun 2011 15:00:33 -0400 (EDT) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 179438A01F; Thu, 9 Jun 2011 15:00:33 -0400 (EDT) From: John Baldwin To: Andriy Gapon Date: Thu, 9 Jun 2011 15:00:32 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110325; KDE/4.5.5; amd64; ; ) References: <201106070846.p578kD4K073476@svn.freebsd.org> <201106091352.04738.jhb@freebsd.org> <4DF115DF.4020501@FreeBSD.org> In-Reply-To: <4DF115DF.4020501@FreeBSD.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201106091500.32540.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Thu, 09 Jun 2011 15:00:33 -0400 (EDT) Cc: Attilio Rao , 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-head@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 09 Jun 2011 19:00:34 -0000 On Thursday, June 09, 2011 2:50:07 pm Andriy Gapon wrote: > on 09/06/2011 20:52 John Baldwin said the following: > > svn diff | patch (basically what folks do for branches in p4). > > svn diff doesn't always produce a diff suitable for patch. > I remember having to do diff -r... between two svn checkouts. Hmm, I think an svn diff between two URLs will generally DTRT though, but you'll want your branch up to date to reduce noise in the diff. -- John Baldwin