You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by iv...@apache.org on 2014/09/02 10:49:27 UTC

svn commit: r1621946 - /subversion/trunk/

Author: ivan
Date: Tue Sep  2 08:49:27 2014
New Revision: 1621946

URL: http://svn.apache.org/r1621946
Log:
Set svn:auto-props on project to root to automatically set 
svn:eol-style=native for new text files.

Discussion: http://svn.haxx.se/dev/archive-2014-08/0106.shtml

* trunk/
  (svn:auto-props): Add svn:eol-style=native for *.c, *.cpp, *.h, *.hpp, 
   *.py, *.pl, *.rb, *.txt, README and BRANCH-README.

Modified:
    subversion/trunk/   (props changed)

Propchange: subversion/trunk/
------------------------------------------------------------------------------
--- svn:auto-props (added)
+++ svn:auto-props Tue Sep  2 08:49:27 2014
@@ -0,0 +1,10 @@
+*.c = svn:eol-style=native
+*.cpp = svn:eol-style=native
+*.h = svn:eol-style=native
+*.hpp = svn:eol-style=native
+*.py = svn:eol-style=native
+*.pl = svn:eol-style=native
+*.rb = svn:eol-style=native
+*.txt = svn:eol-style=native
+README = svn:eol-style=native
+BRANCH-README = svn:eol-style=native