Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

SvnGuide: config

File config, 4.6 kB (added by jcomellas, 2 years ago)

Sample Subversion configuration with auto-props

Line 
1 ### This file configures various client-side behaviors.
2 ###
3 ### The commented-out examples below are intended to demonstrate
4 ### how to use this file.
5
6 ### Section for authentication and authorization customizations.
7 ### Set store-password to 'no' to avoid storing your subversion
8 ###   password in your working copies.  It defaults to 'yes'.
9 # [auth]
10 # store-password = no
11
12 ### Section for configuring external helper applications.
13 ### Set editor to the command used to invoke your text editor.
14 ###   This will override the environment variables that Subversion
15 ###   examines by default to find this information ($EDITOR,
16 ###   et al).
17 ### Set diff-cmd to the absolute path of your `diff' program.
18 ###   This will override the compile-time default path to `diff'
19 ###   that Subversion default to.
20 ### Set diff3-cmd to the absolute path of your `diff3' program.
21 ###   This will override the compile-time default path to `diff3'
22 ###   that Subversion default to.
23 ### Set diff3-has-program-arg to `true' or `yes' if your `diff3'
24 ###   program accepts the `--diff-program' option.
25 # [helpers]
26 # editor-cmd = editor (vi, emacs, notepad, etc.)
27 # diff-cmd = /usr/bin/diff
28 # diff3-cmd = /usr/bin/diff3
29 # diff3-has-program-arg = true
30
31 ### Section for configuring miscelleneous Subversion options.
32 # [miscellany]
33 ### Set global-ignores to a set of whitespace-delimited globs
34 ###   which Subversion will ignore in its `status' output.
35 # global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#*
36 ### See http://subversion.tigris.org/issues/show_bug.cgi?id=668
37 ### for what else will soon be customized in this file.
38
39 [miscellany]
40 enable-auto-props = yes
41
42 [auto-props]
43 INSTALL = svn:eol-style=native
44 KEYS = svn:eol-style=native
45 Makefile = svn:eol-style=native
46 README = svn:eol-style=native
47 abs-linkmap = svn:eol-style=native
48 abs-menulinks = svn:eol-style=native
49 *.aart = svn:eol-style=native
50 *.ac = svn:eol-style=native
51 *.am = svn:eol-style=native
52 *.bat = svn:eol-style=native
53 *.brf = svn:eol-style=native
54 *.c = svn:eol-style=native
55 *.cat = svn:eol-style=native
56 *.cgi = svn:eol-style=native
57 *.classpath = svn:eol-style=native
58 *.cmd = svn:eol-style=native
59 *.config = svn:eol-style=native
60 *.cpp = svn:eol-style=native
61 *.css = svn:eol-style=native
62 *.cwiki = svn:eol-style=native
63 *.d = svn:eol-style=native
64 *.data = svn:eol-style=native
65 *.dcl = svn:eol-style=native
66 *.doc = svn:mime-type=application/msword
67 *.dsp = svn:eol-style=CRLF
68 *.dsw = svn:eol-style=CRLF
69 *.dtd = svn:eol-style=native
70 *.egrm = svn:eol-style=native
71 *.ent = svn:eol-style=native
72 *.ft = svn:eol-style=native
73 *.fn = svn:eol-style=native
74 *.fv = svn:eol-style=native
75 *.grm = svn:eol-style=native
76 *.g = svn:eol-style=native
77 *.gif = svn:mime-type=image/gif
78 *.h = svn:eol-style=native
79 .htaccess = svn:eol-style=native
80 *.html = svn:eol-style=native
81 *.ico = svn:mime-type=image/x-icon
82 *.ihtml = svn:eol-style=native
83 *.in = svn:eol-style=native
84 *.java = svn:eol-style=native
85 *.jmx = svn:eol-style=native
86 *.jpg = svn:mime-type=image/jpeg
87 *.jsp = svn:eol-style=native
88 *.js = svn:eol-style=native
89 *.junit = svn:eol-style=native
90 *.jx = svn:eol-style=native
91 *.manifest = svn:eol-style=native
92 *.m4 = svn:eol-style=native
93 *.mf = svn:eol-style=native
94 *.MF = svn:eol-style=native
95 *.meta = svn:eol-style=native
96 *.mod = svn:eol-style=native
97 *.n3 = svn:eol-style=native
98 *.pdf = svn:mime-type=application/pdf
99 *.pen = svn:eol-style=native
100 *.pl = svn:eol-style=native
101 *.pm = svn:eol-style=native
102 *.png = svn:mime-type=image/png
103 *.pod = svn:eol-style=native
104 *.pom = svn:eol-style=native
105 *.project = svn:eol-style=native
106 *.properties = svn:eol-style=native
107 *.py = svn:eol-style=native
108 *.rb = svn:eol-style=native
109 *.rdf = svn:eol-style=native
110 *.rnc = svn:eol-style=native
111 *.rng = svn:eol-style=native
112 *.rnx = svn:eol-style=native
113 *.roles = svn:eol-style=native
114 *.rss = svn:eol-style=native
115 *.sh = svn:eol-style=native
116 *.sql = svn:eol-style=native
117 *.svg = svn:eol-style=native
118 *.tld = svn:eol-style=native
119 *.txt = svn:eol-style=native
120 *.types = svn:eol-style=native
121 *.vm = svn:eol-style=native
122 *.vsl = svn:eol-style=native
123 *.wsdd = svn:eol-style=native
124 *.wsdl = svn:eol-style=native
125 *.xargs = svn:eol-style=native
126 *.xcat = svn:eol-style=native
127 *.xconf = svn:eol-style=native
128 *.xegrm = svn:eol-style=native
129 *.xgrm = svn:eol-style=native
130 *.xlex = svn:eol-style=native
131 *.xlog = svn:eol-style=native
132 *.xmap = svn:eol-style=native
133 *.xml = svn:eol-style=native
134 *.xroles = svn:eol-style=native
135 *.xsamples = svn:eol-style=native
136 *.xsd = svn:eol-style=native
137 *.xsl = svn:eol-style=native
138 *.xslt = svn:eol-style=native
139 *.xsp = svn:eol-style=native
140 *.xul = svn:eol-style=native
141 *.xweb = svn:eol-style=native
142 *.xwelcome = svn:eol-style=native