<div dir="ltr">Like many folks, I use git-svn, and I had git's core.autocrlf config set to true, which worked fine when working on LLDB (which I've been doing for about a year).  The first time I tried to run Clang tests, however, I got about 30 failures because of the CR+LFs.<div><br></div><div>My opinion is that the tests are too fragile if they can't handle platform native line separators, but until we fix that, the note seems useful.</div><div><br></div><div>Aid.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 20, 2016 at 9:01 AM, Yaron Keren <span dir="ltr"><<a href="mailto:yaron.keren@gmail.com" target="_blank">yaron.keren@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">yaron.keren added a comment.<br>
<br>
AFAIK the eol type is decided by svn based the svn:eol-style property, so as long the files were checked in correctly and you do not override it specifically while svn checkout,  it just works.<br>
Did you encounter problems with eol ?<br>
<br>
<br>
<a href="http://reviews.llvm.org/D19285" rel="noreferrer" target="_blank">http://reviews.llvm.org/D19285</a><br>
<br>
<br>
<br>
</blockquote></div><br></div>