On Fri, May 3, 2013 at 9:57 AM, Marek Slama <[email protected]> wrote: > So it seems I will have to set eol-style explicitly on all my text files. I > will have to investigate how to set eol-style > for newly added file for different clients my teammates use on Win. On Linux > I can set it in config file using auto-props. > > Thanks for info > > Marek
Or learn to select, and use, a coding standard for EOL and get what you'd normally expect when you bop your code back and forth between environments.. I personally recognize the UNIX EOL style, since for C and various scripting languages it is better supported Avoiding svn:eol is particularly critical when the working copy is shared between operating systems, such as a Samba share with C or Java source code in it that is also accessible via NFS to Linux users..
