SHINDIG-922 by Nagy Attila - Changes the per-instance connection to a static one...
[shindig.git] / etc / svn-props
blob7b9805f3854adfaa2d9dfa6c23c42d86fa22f349
1 # Add this stuff at bottom of your local file ~/.subversion/config
2 #Note: for Windows this is normally found at
3 # C:\Documents and Settings\{username}\Application Data\Subversion\config
5 [miscellany]
6 enable-auto-props = yes
8 # Note: you may wish to add svn:keywords as well, depending on your project requirements
9 # E.g. svn:keywords=Date Author Id Revision HeadURL
11 # Do not default any files to svn:executable=*.
12 # This should only be done on an individual basis as required.
14 ### Section for configuring automatic properties.
15 ### The format of the entries is:
16 ###   file-name-pattern = propname[=value][;propname[=value]...]
17 ### The file-name-pattern can contain wildcards (such as '*' and
18 ### '?').  All entries which match will be applied to the file.
19 ### Note that auto-props functionality must be enabled, which
20 ### is typically done by setting the 'enable-auto-props' option.
21 [auto-props]
22 INSTALL* = svn:eol-style=native;svn:mime-type=text/plain
23 KEYS* = svn:eol-style=native;svn:mime-type=text/plain
24 README* = svn:eol-style=native;svn:mime-type=text/plain
25 LICENSE* = svn:eol-style=native;svn:mime-type=text/plain
26 NOTICE* = svn:eol-style=native;svn:mime-type=text/plain
27 TODO* = svn:eol-style=native;svn:mime-type=text/plain
28 WHATSNEW* = svn:eol-style=native;svn:mime-type=text/plain
29 NEWS* = svn:eol-style=native;svn:mime-type=text/plain
30 COPYING* = svn:eol-style=native;svn:mime-type=text/plain
31 DISCLAIMER* = svn:eol-style=native;svn:mime-type=text/plain
32 Makefile = svn:eol-style=native;svn:mime-type=text/plain
33 ChangeLog = svn:eol-style=native;svn:mime-type=text/plain
34 *.c = svn:eol-style=native
35 *.cpp = svn:eol-style=native
36 *.h = svn:eol-style=native
37 *.dsp = svn:eol-style=CRLF
38 *.dsw = svn:eol-style=CRLF
39 *.sh = svn:eol-style=native;svn:executable
40 *.png = svn:mime-type=image/png
41 *.jpg = svn:mime-type=image/jpeg
42 *.gif = svn:mime-type=image/gif
43 *.java = svn:eol-style=native
44 *.php = svn:eol-style=native
45 *.xml = svn:mime-type=text/xml;svn:eol-style=native
46 *.xsl = svn:mime-type=text/xml;svn:eol-style=native
47 *.xsd = svn:mime-type=text/xml;svn:eol-style=native
48 *.wsdl = svn:mime-type=text/xml;svn:eol-style=native
49 *.properties = svn:mime-type=text/plain;svn:eol-style=native
50 *.txt = svn:eol-style=native;svn:mime-type=text/plain
51 *.htm* = svn:eol-style=native;svn:mime-type=text/html
52 *.bat = svn:eol-style=native
53 *.pl = svn:eol-style=native
54 *.py = svn:eol-style=native
55 *.cmd = svn:eol-style=native
56 *.css = svn:eol-style=native
57 *.js = svn:eol-style=native
58 *.wsdd = svn:mime-type=text/xml;svn:eol-style=native
59 *.fragment = svn:eol-style=native