# HG changeset patch # User Oleksandr Gavenko # Date 1446201896 -7200 # Node ID d57075ff7c322ec9ed4dccaad95580a409793ed9 # Parent 2ea02b27659dfabc5088b93b105cfa7f9473a072 Fix EOL style. diff -r 2ea02b27659d -r d57075ff7c32 svn.rst --- a/svn.rst Fri Oct 30 12:41:08 2015 +0200 +++ b/svn.rst Fri Oct 30 12:44:56 2015 +0200 @@ -134,3 +134,8 @@ $ find . -type f -name '*.java' -exec svn propset svn:eol-style native {} ';' $ svn ci -m 'Fix svn:eol-style.' +Note that this actions pollute history. For example every line of file with +CR/LF (created on Windows on file without ``svn:eol-style native``) after this +actions would have new author in ``svn annotate``, and ``svn diff`` will show +all on all change. +