Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 40278 invoked from network); 31 Mar 2006 13:41:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 Mar 2006 13:41:24 -0000 Received: (qmail 84323 invoked by uid 500); 31 Mar 2006 13:41:15 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 84235 invoked by uid 500); 31 Mar 2006 13:41:15 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 84189 invoked by uid 99); 31 Mar 2006 13:41:15 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Mar 2006 05:41:15 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mail@leosimons.com designates 216.218.185.16 as permitted sender) Received: from [216.218.185.16] (HELO bali.sjc.webweaving.org) (216.218.185.16) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Mar 2006 05:41:14 -0800 Received: from bali.sjc.webweaving.org (localhost [127.0.0.1]) by bali.sjc.webweaving.org (8.12.11/8.12.11) with ESMTP id k2VDerFM069485 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 31 Mar 2006 05:40:53 -0800 (PST) (envelope-from mail@leosimons.com) Received: (from lsimons@localhost) by bali.sjc.webweaving.org (8.12.11/8.12.11/Submit) id k2VDerc6069484 for harmony-dev@incubator.apache.org; Fri, 31 Mar 2006 05:40:53 -0800 (PST) (envelope-from mail@leosimons.com) X-Authentication-Warning: bali.sjc.webweaving.org: lsimons set sender to mail@leosimons.com using -f Date: Fri, 31 Mar 2006 05:40:53 -0800 From: Leo Simons To: harmony-dev@incubator.apache.org Subject: Re: svn commit: r390246 [1/15] ... Message-ID: <20060331134053.GG63136@bali.sjc.webweaving.org> Mail-Followup-To: Leo Simons , harmony-dev@incubator.apache.org References: <20060330213442.76698.qmail@minotaur.apache.org> <442C5154.5030609@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <442C5154.5030609@gmail.com> User-Agent: Mutt/1.5.10i X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on bali.sjc.webweaving.org X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-5.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.0.4 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Thanks for the notice, that's a Good Thing to Get Right. There's some scripts somewhere IIRC that can handle setting eol-style on a big tree. Basically it must be along the lines of find . -name '*.java' -not -path '*svn*' -exec native_eol {} && svn propset svn:eol-style native {} ; with native_eol being \r?\n --> \n search-replace. If I had a harmony tree checked out here I could probably get it done rather quickly. Maybe its in the contrib tree for the subversion svn repository. LSD On Thu, Mar 30, 2006 at 10:44:52PM +0100, Tim Ellison wrote: > Wow. This patch touched lots of files to fix spelling mistakes, and the > commit fell foul of the EOL diff problem being discussed elsewhere. > > Hand-on-heart, I looked at every incoming change and swear that they are > simple typo fixes in comments and a few error strings. > I know that nobody can figure that out from the commit messages. > > Regards, > Tim > > tellison@apache.org wrote: > > Author: tellison > > Date: Thu Mar 30 13:34:23 2006 > > New Revision: 390246 > > > > URL: http://svn.apache.org/viewcvs?rev=390246&view=rev > > Log: > > Fix for HARMONY-252 (trivial typo fixes) > > > > Modified: > ... > > -- > > Tim Ellison (t.p.ellison@gmail.com) > IBM Java technology centre, UK.