commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r3930 - gnuradio/trunk


From: jcorgan
Subject: [Commit-gnuradio] r3930 - gnuradio/trunk
Date: Sat, 4 Nov 2006 14:04:37 -0700 (MST)

Author: jcorgan
Date: 2006-11-04 14:04:37 -0700 (Sat, 04 Nov 2006)
New Revision: 3930

Modified:
   gnuradio/trunk/README.hacking
Log:
Added note about line ending styles.

Modified: gnuradio/trunk/README.hacking
===================================================================
--- gnuradio/trunk/README.hacking       2006-11-04 20:40:25 UTC (rev 3929)
+++ gnuradio/trunk/README.hacking       2006-11-04 21:04:37 UTC (rev 3930)
@@ -170,6 +170,31 @@
 We use the standard unittest package for unit testing of Python code.
 
 
+* Subversion line ending styles
+
+All text files in the tree should have the subversion property 
+'svn:eol-style' set to 'native', with the following exceptions:
+
+config/*.m4
+configure.ac
+gr-howto-write-a-block/config/*.m4
+gr-howto-write-a-block/configure.ac
+
+The easiest way to ensure this is to add or edit the following lines in
+your svn client configuration file (~/.subversion/config):
+
+enable-auto-props=yes
+
+[auto-props]
+*.c = svn:eol-style=native
+*.cc = svn:eol-style=native  
+*.i = svn:eol-style=native
+*.h = svn:eol-style=native
+*.am = svn:eol-style=native
+*.py = svn:eol-style=native
+*.ac = svn:eol-style=LF
+*.m4 = svn:eol-style=LF
+
 * Misc tips
 
 ccache, a compiler cache, can really speed up your builds.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]