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
>
> [EMAIL PROTECTED] 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 ([EMAIL PROTECTED])
> IBM Java technology centre, UK.