svn.rst
changeset 1779 d57075ff7c32
parent 1778 2ea02b27659d
child 1905 fba288d59662
--- 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.
+