Hi Derrell,

you are absolutely correct about the SVN, but many people download just the SDK
(qooxdoo-1.0.1-sdk.zip) and that contains line-endings that might be "foreign"
to their operating system[1].

So maybe a generator configuration switch is not such a bad idea?

/Peter

---
[1] I'm not 100% sure, but I think the SDK ZIP-file even contained a mixture of
    DOS/UNIX line endings...but don't quote me on that. ;) It's been a while
    since I used that ZIP.

-------- Original --------
From: Derrell Lipman
Date: 30.03.2010 17:14

> On Tue, Mar 30, 2010 at 10:35, Daniel Wagner <[email protected]> wrote:
> 
>> Hi Peter,
>>
>> I asked some of the other core devs but nobody knew a reason other than
>> "we had to decide one way or the other so we just went with Unix-style
>> line endings". It's just a convention, like the "two spaces for
>> indentation" rule.
>>
> 
> Actually, the line ending isn't something that anyone should have to worry
> about. svn handles line endings for various operating systems automatically
> if you let it. Internally it will store line endings as a canonicalized LF
> but upon checkout, convert to the line endings that are appropriate to the
> OS being used for the checkout (and back again, upon commit). This is
> enabled by setting the property svn:eol-style to "native". See the
> "eol-style" section in the svn book, here:
> 
> http://svnbook.red-bean.com/en/1.1/ch07s02.html
> 
> Derrell

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to