David M. Lloyd wrote:
On Thu, 24 May 2007 17:54:52 +0200
Mladen Turk <mturk(a)redhat.com> wrote:
> Jason T. Greene wrote:
> > Everything works best when files have LF endings. Even on Windows,
> > everything will read them (except notepad), and cygwin works
> > better.
>
> Please set eol-style native.
> This is a proper way of doing things.
...until you do an svn export on your Windows box and build a jar or
something with an md5 checksum, and your checksum differs from the
checksum generated on a Linux box with the exact same configuration.
That's why you have --native-eol LF
And what would happen if you have build stamp in manifest,
different JDK, etc... Not an valid argument.
Regards,
Mladen.