-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.subversion-config
20 lines (18 loc) · 988 Bytes
/
.subversion-config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[miscellany]
### 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.
[auto-props]
### 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 (case-insensitively) 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.
*.sh = svn:eol-style=native;svn:executable;svn:keywords=Date Revision Author URL Id Header
*.txt = svn:eol-style=native;svn:keywords=Author Date Id Rev URL
*.pp = svn:eol-style=native;svn:keywords=Date Revision Author URL Id Header
*.properties = svn:eol-style=native;svn:keywords=Date Revision Author URL Id Header