Hi there,I just noticed that our site-deploys flip between LF and CRLF delimited text files, depending on the OS of the user doing the commit.
For now, I've run
find . "(" -name "*.js" -o -name "*.java" -o -name "*.xml" -o -name "*.groovy" -o -name "*.md" -o -name "*.html" -o
-name "*.css" -o -name "*.cfg" -o -name package-list ")" -exec svn propset svn:eol-style native {} ";"
on the entire tree to avoid this in the future. (Well, for files existing right now)
Best regards, Julian
