fix codetest failure - ASSERT_ARGS does not have a ; after and
[parrot.git] / editor / subversion_config
blobca06b108ad64378cfdb1865ce5636d1c43fd26ef
1 ### $Id$
3 ### This file configures various client-side behaviors for Subversion for
4 ### use with Parrot.
5 ### Append it to your current ~/.subversion/config or update your current
6 ### version of the file to include the following options.
8 ### Section for configuring miscelleneous Subversion options.
9 [miscellany]
10 ### Set enable-auto-props to 'yes' to enable automatic properties
11 ### for 'svn add' and 'svn import', it defaults to 'no'.
12 ### Automatic properties are defined in the section 'auto-props'.
13 enable-auto-props = yes
15 ### Section for configuring automatic properties.
16 ### The format of the entries is:
17 ###   file-name-pattern = propname[=value][;propname[=value]...]
18 ### The file-name-pattern can contain wildcards (such as '*' and
19 ### '?').  All entries which match will be applied to the file.
20 ### Note that auto-props functionality must be enabled, which
21 ### is typically done by setting the 'enable-auto-props' option.
22 [auto-props]
23 # C
24 *.c = svn:eol-style=native; svn:keywords=Author Date Id Revision
25 *.h = svn:eol-style=native; svn:keywords=Author Date Id Revision
26 # Perl
27 *.pl = svn:eol-style=native; svn:keywords=Author Date Id Revision
28 *.pm = svn:eol-style=native; svn:keywords=Author Date Id Revision
29 *.pod = svn:eol-style=native; svn:keywords=Author Date Id Revision
30 *.t = svn:eol-style=native; svn:mime-type=text/plain; svn:keywords=Author Date Id Revision
31 # Parrot
32 *.pasm = svn:eol-style=native; svn:keywords=Author Date Id Revision
33 *.pir = svn:eol-style=native; svn:keywords=Author Date Id Revision
34 *.pg = svn:eol-style=native; svn:keywords=Author Date Id Revision
35 *.pmc = svn:eol-style=native; svn:keywords=Author Date Id Revision
36 *.ops = svn:eol-style=native; svn:keywords=Author Date Id Revision
37 *.tg = svn:eol-style=native; svn:keywords=Author Date Id Revision
38 # Parrot languages
39 *.bas = svn:eol-style=native; svn:keywords=Author Date Id Revision
40 *.lua = svn:eol-style=native; svn:keywords=Author Date Id Revision
41 *.m4 = svn:eol-style=native; svn:keywords=Author Date Id Revision
42 *.jako = svn:eol-style=native; svn:keywords=Author Date Id Revision
43 *.java = svn:eol-style=native; svn:keywords=Author Date Id Revision
44 *.p6 = svn:eol-style=native; svn:keywords=Author Date Id Revision
45 *.py = svn:eol-style=native; svn:keywords=Author Date Id Revision
46 *.rb = svn:eol-style=native; svn:keywords=Author Date Id Revision
47 *.tap = svn:eol-style=native; svn:keywords=Author Date Id Revision
48 *.urm = svn:eol-style=native; svn:keywords=Author Date Id Revision
49 *.z3 = svn:eol-style=native; svn:keywords=Author Date Id Revision
50 # Flex/yacc
51 *.l = svn:eol-style=native; svn:keywords=Author Date Id Revision
52 *.y = svn:eol-style=native; svn:keywords=Author Date Id Revision
53 # General
54 *.css = svn:eol-style=native; svn:keywords=Author Date Id Revision
55 *.html = svn:eol-style=native; svn:keywords=Author Date Id Revision
56 *.in = svn:eol-style=native; svn:keywords=Author Date Id Revision
57 *.txt = svn:eol-style=native; svn:keywords=Author Date Id Revision
58 *.xml = svn:eol-style=native; svn:keywords=Author Date Id Revision
59 Makefile = svn:eol-style=native; svn:keywords=Author Date Id Revision
60 README = svn:eol-style=native; svn:keywords=Author Date Id Revision