Fix EOL style.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 30 Oct 2015 12:41:08 +0200
changeset 1778 2ea02b27659d
parent 1777 d9b134f80a66
child 1779 d57075ff7c32
Fix EOL style.
svn.rst
--- 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.'
+