svn.rst
changeset 1778 2ea02b27659d
parent 1777 d9b134f80a66
child 1779 d57075ff7c32
--- a/svn.rst	Fri Oct 30 12:39:48 2015 +0200
+++ b/svn.rst	Fri Oct 30 12:41:08 2015 +0200
@@ -127,3 +127,10 @@
   $ svn merge ^/branches/feature
   $ svn ci -m 'Integrate feature X.'
 
+Fix EOL style.
+==============
+::
+
+  $ find . -type f -name '*.java' -exec svn propset svn:eol-style native {} ';'
+  $ svn ci -m 'Fix svn:eol-style.'
+