SVN Setting eol-style
When using SVN in team coding, we need the unified end of file descriptor for all the repository files. Usually it’s LF(line-feed) which is the end of line char under linux. SVN has supportted this feature as svn:eof-style option, making all as easy as below. (1) Config file: For Win (usually): C:\Documents [...]