From owner-svn-src-stable-7@FreeBSD.ORG Thu Feb 26 20:50:51 2009 Return-Path: Delivered-To: svn-src-stable-7@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 676CE1065673; Thu, 26 Feb 2009 20:50:51 +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 E1E248FC20; Thu, 26 Feb 2009 20:50:50 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (pool-98-109-39-197.nwrknj.fios.verizon.net [98.109.39.197]) by cyrus.watson.org (Postfix) with ESMTPSA id 88E6A46B43; Thu, 26 Feb 2009 15:50:50 -0500 (EST) Received: from localhost (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.3/8.14.3) with ESMTP id n1QKoib2044955; Thu, 26 Feb 2009 15:50:44 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Peter Jeremy Date: Thu, 26 Feb 2009 15:40:36 -0500 User-Agent: KMail/1.9.7 References: <200902251504.n1PF4UjR000511@svn.freebsd.org> <49A571BE.4060107@cs.duke.edu> <20090226181400.GB3540@server.vk2pj.dyndns.org> In-Reply-To: <20090226181400.GB3540@server.vk2pj.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902261540.37400.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Thu, 26 Feb 2009 15:50:44 -0500 (EST) X-Virus-Scanned: ClamAV 0.94.2/9051/Thu Feb 26 08:08:01 2009 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-7@freebsd.org, Andrew Gallatin Subject: Re: svn commit: r189044 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb kern X-BeenThere: svn-src-stable-7@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 7-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2009 20:50:52 -0000 On Thursday 26 February 2009 1:14:00 pm Peter Jeremy wrote: > On 2009-Feb-25 11:28:46 -0500, Andrew Gallatin wrote: > > Just picking a commit at random, but is there any way > > to clean up the props on pf, ath and cxgb: > > > >> stable/7/sys/contrib/pf/ (props changed) > >> stable/7/sys/dev/ath/ath_hal/ (props changed) > >> stable/7/sys/dev/cxgb/ (props changed) > >> stable/7/sys/kern/kern_descrip.c > > > > Or at the very least, have the email script ignore them? > > Having virtually every single commit to 7.x report that properties on > sys/contrib/pf, sys/dev/ath/ath_hal and sys/dev/cxgb have changed > strikes me as a bug somewhere in the SVN repo or configuration. It's a result of SVN's merge metadata scheme not really scaling well. -- John Baldwin