-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathsubversion.config
25 lines (23 loc) · 1 KB
/
subversion.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
##
## Note to SubEtha developers:
##
## Add this to your subversion config file. It enables the
## autoprops that result in keyword substitution. Otherwise
## when you add new files to the repository they will not
## receive proper keyword substitution.
##
[miscellany]
enable-auto-props = yes
[auto-props]
*.txt = svn:eol-style=native; svn:keywords="Id URL Date"
*.java = svn:eol-style=native; svn:keywords="Id URL Date"
*.xml = svn:eol-style=native; svn:keywords="Id URL Date"
*.jsp = svn:eol-style=native; svn:keywords="Id URL Date"
*.jspf = svn:eol-style=native; svn:keywords="Id URL Date"
*.tag = svn:eol-style=native; svn:keywords="Id URL Date"
*.tld = svn:eol-style=native; svn:keywords="Id URL Date"
*.html = svn:eol-style=native; svn:keywords="Id URL Date"
*.css = svn:eol-style=native; svn:keywords="Id URL Date"
*.js = svn:eol-style=native; svn:keywords="Id URL Date"
*.vm = svn:eol-style=native; svn:keywords="Id URL Date"
*.properties = svn:eol-style=native; svn:keywords="Id URL Date"