Re: [webkit-dev] SVN on Windows and the merits of svn:eol-style

2009-07-21 Thread Mark Mentovai
Peter Kasting wrote: > Note that you don't always want "native" (at least I think you don't). For > example, in Chromium we've ended up marking .cc/.h files, as well as .sh > files, as LF. .sln/.vcproj are CRLF (although I'm less sure what the issue > there is... it seems like "native" had some s

Re: [webkit-dev] SVN on Windows and the merits of svn:eol-style

2009-07-21 Thread Brent Fulgham
I was actually under the impression that svn:eol-stye was supposed to be set! I tend to make sure they are set to native in most places, and CRLF for sln/vcproj files. If this isn't documented somewhere (coding rules?), it probably should be. -Brent __

Re: [webkit-dev] SVN on Windows and the merits of svn:eol-style

2009-07-21 Thread Peter Kasting
On Tue, Jul 21, 2009 at 5:06 PM, Adam Barth wrote: > It seems like we should either be consistent and set svn:eol-style: > native in all the appropriate files or remove it from all of them. Note that you don't always want "native" (at least I think you don't). For example, in Chromium we've en

Re: [webkit-dev] SVN on Windows and the merits of svn:eol-style

2009-07-21 Thread Adam Barth
It seems like we should either be consistent and set svn:eol-style: native in all the appropriate files or remove it from all of them. Having a some files with the property arbitrarily seems like a bunch of unneeded entropy. Adam On Tue, Jul 21, 2009 at 4:11 PM, Peter Kasting wrote: > If you do

[webkit-dev] SVN on Windows and the merits of svn:eol-style

2009-07-21 Thread Peter Kasting
If you do not develop on Windows, you may skip to the "*** Question ***" portion below. *** PSA for Windows developers *** Until now WebKit developers on Windows have had to use the Cygwin version of svn, rather than a "standard" Windows svn, due to limitations in the WebKit scripts, build proces