Re: [webkit-dev] sln files with wrong line endings

2013-02-17 Thread Dean Jackson
bkit.org] > Sent: Thursday, February 14, 2013 08:23 > To: WebKit Development > Subject: [webkit-dev] sln files with wrong line endings > > We've had this come up before, but I figure I should ask on webkit-dev > to see if we have a solution. :) > > Right now the Tools/Dum

Re: [webkit-dev] sln files with wrong line endings

2013-02-14 Thread Osztrogonác Csaba
Hi All, Here is an old bug report about it: Files with CRLF lineendigs without svn:eol-style=native kills git svn repositories https://bugs.webkit.org/show_bug.cgi?id=96934 The general fix would be to force all Windows project file have svn:eol-style=native svn property. git-svn users who comm

Re: [webkit-dev] sln files with wrong line endings

2013-02-14 Thread Adam Roben
I'm pretty sure r142864 fixed this (perhaps unintentionally) by changing all line endings in DumpRenderTree.sln from CRLF to LF. On Thu, Feb 14, 2013 at 11:11 AM, Darin Adler wrote: > Typically in Subversion the fix for a problem like this is to set the > eol-style explicitly; presumably to CRLF

Re: [webkit-dev] sln files with wrong line endings

2013-02-14 Thread Darin Adler
Typically in Subversion the fix for a problem like this is to set the eol-style explicitly; presumably to CRLF for Windows project and solution files and to LF or native for plain old source files. Once that property is set, people changing file later on can’t cause problems with inconsistent li

Re: [webkit-dev] sln files with wrong line endings

2013-02-14 Thread Rafael Brandao
This also happened to me, quite annoying. :-( I've followed the thread https://groups.google.com/a/chromium.org/forum/?fromgroups=#!topic/chromium-dev/YpKL4xiJHPQ and did the following: "editing .gitattributes to disable the eol=crlf flag for .sln files, then doing a reset/checkout, then un-editing

Re: [webkit-dev] sln files with wrong line endings

2013-02-14 Thread John Yani
Checkout this link: https://help.github.com/articles/dealing-with-line-endings I don't know what the webkit convention is when dealing with line-endings, but you may want to make sln files to always have crlf line-ending. ___ webkit-dev mailing list webk

Re: [webkit-dev] sln files with wrong line endings

2013-02-13 Thread Vivek Galatage
rg] > Sent: Thursday, February 14, 2013 08:23 > To: WebKit Development > Subject: [webkit-dev] sln files with wrong line endings > > We've had this come up before, but I figure I should ask on webkit-dev > to see if we have a solution. :) > > Right now the > Tools/

Re: [webkit-dev] sln files with wrong line endings

2013-02-13 Thread Christophe Dumez - SISA
...@webkit.org] Sent: Thursday, February 14, 2013 08:23 To: WebKit Development Subject: [webkit-dev] sln files with wrong line endings We've had this come up before, but I figure I should ask on webkit-dev to see if we have a solution. :) Right now the Tools/DumpRenderTree/DumpRenderTree.vc

[webkit-dev] sln files with wrong line endings

2013-02-13 Thread Eric Seidel
We've had this come up before, but I figure I should ask on webkit-dev to see if we have a solution. :) Right now the Tools/DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree.sln file is in some sort of bad state such that my Git checkout can't seem to not-modify the file. I'm not sure if it's