SVN properties in trunk
by Carlo de Wolf
Hi guys,
A lot of svn properties in trunk aren't set properly, like missing
svn:eol-type and svn:keywords.
Do we have a guidelines page for svn properties?
How do we deal with individual cases?
Carlo
18 years, 10 months
Re: [jboss-dev] SVN properties in trunk
by Mladen Turk
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.
18 years, 10 months
Fw: [jboss-dev] SVN properties in trunk
by David M. Lloyd
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.
And then you upload the jar and Linux, Solaris, etc. users have CRs
everywhere.
- DML
18 years, 10 months