You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by jb...@apache.org on 2006/06/09 19:36:36 UTC

svn commit: r413103 - /incubator/tuscany/java/etc/svn-props

Author: jboynes
Date: Fri Jun  9 10:36:36 2006
New Revision: 413103

URL: http://svn.apache.org/viewvc?rev=413103&view=rev
Log:
add sample svn config for default properties

Added:
    incubator/tuscany/java/etc/svn-props

Added: incubator/tuscany/java/etc/svn-props
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/etc/svn-props?rev=413103&view=auto
==============================================================================
--- incubator/tuscany/java/etc/svn-props (added)
+++ incubator/tuscany/java/etc/svn-props Fri Jun  9 10:36:36 2006
@@ -0,0 +1,29 @@
+### Set enable-auto-props to 'yes' to enable automatic properties
+### for 'svn add' and 'svn import', it defaults to 'no'.
+### Automatic properties are defined in the section 'auto-props'.
+enable-auto-props = yes
+
+### Section for configuring automatic properties.
+### The format of the entries is:
+###   file-name-pattern = propname[=value][;propname[=value]...]
+### The file-name-pattern can contain wildcards (such as '*' and
+### '?').  All entries which match will be applied to the file.
+### Note that auto-props functionality must be enabled, which
+### is typically done by setting the 'enable-auto-props' option.
+[auto-props]
+*.c = svn:eol-style=native
+*.cpp = svn:eol-style=native
+*.h = svn:eol-style=native
+*.dsp = svn:eol-style=CRLF
+*.dsw = svn:eol-style=CRLF
+*.sh = svn:eol-style=native;svn:executable
+*.txt = svn:eol-style=native
+*.png = svn:mime-type=image/png
+*.jpg = svn:mime-type=image/jpeg
+Makefile = svn:eol-style=native
+
+*.java = svn:eol-style=native;svn:keywords=Rev Date
+*.xml = svn:eol-style=native;svn:keywords=Rev Date
+*.xsd = svn:eol-style=native;svn:keywords=Rev Date
+*.html = svn:eol-style=native;svn:keywords=Rev Date
+*.properties = svn:eol-style=native;svn:keywords=Rev Date



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org