Description
Before our recent reworking of the libsvn_wc code you used to be able to check out a file with svn:eol-style set to native and inconsistent line endings (which you can get via a messed up cvs2svn conversion, among other things). Now we error out with a complaint about the inconsistent line endings, which means that you can't actually fix things because you can't modify the eol-style property remotely. See http://svn.haxx.se/dev/archive-2006-03/0760.shtml for more details and commentary.