svn.rst
changeset 1779 d57075ff7c32
parent 1778 2ea02b27659d
child 1905 fba288d59662
equal deleted inserted replaced
1778:2ea02b27659d 1779:d57075ff7c32
   132 ::
   132 ::
   133 
   133 
   134   $ find . -type f -name '*.java' -exec svn propset svn:eol-style native {} ';'
   134   $ find . -type f -name '*.java' -exec svn propset svn:eol-style native {} ';'
   135   $ svn ci -m 'Fix svn:eol-style.'
   135   $ svn ci -m 'Fix svn:eol-style.'
   136 
   136 
       
   137 Note that this actions pollute history. For example every line of file with
       
   138 CR/LF (created on Windows on file without ``svn:eol-style native``) after this
       
   139 actions would have new author in ``svn annotate``, and ``svn diff`` will show
       
   140 all on all change.
       
   141