dotfile
[auth]
# Don't cache any passwords:
store-passwords = no
 
[miscellany]
# Don't ignore any files:
global-ignores =
# Store commit log messages in UTF-8:
log-encoding = utf8
# Give files the timestamps when they were last modified rather than committed:
use-commit-times = no
# Automatically set properties on new files (see below):
enable-auto-props = yes
 
[auto-props]
# These lines automatically set the MIME types, EOL styles, and acceptable
# version control keywords for files with certain extensions:
*.1 = svn:eol-style=native;svn:mime-type=text/troff;svn:keywords=Date Id URL Author
*.3 = svn:eol-style=native;svn:mime-type=text/troff;svn:keywords=Date Id URL Author
*.c = svn:eol-style=native;svn:keywords=Date Id URL Author;svn:mime-type=text/plain
*.cpp = svn:eol-style=native;svn:keywords=Date Id URL Author;svn:mime-type=text/plain
*.csv = svn:eol-style=native;svn:mime-type=text/csv;svn:keywords=Date Id URL Author
*.dtd = svn:mime-type=application/xml-dtd;svn:keywords=Date Id URL Author
*.eps = svn:mime-type=application/postscript;svn:keywords=Date Id URL Author
*.h = svn:eol-style=native;svn:keywords=Date Id URL Author;svn:mime-type=text/plain
*.jpg = svn:mime-type=image/jpeg
*.m = svn:eol-style=native;svn:keywords=Date Id URL Author;svn:mime-type=text/plain
*.pdf = svn:mime-type=application/pdf
*.php = svn:eol-style=native;svn:mime-type=text/plain;svn:keywords=Date Id URL Author
*.pl = svn:eol-style=native;svn:mime-type=text/plain
*.png = svn:mime-type=image/png
*.pod = svn:eol-style=native;svn:mime-type=text/plain;svn:keywords=Date Id URL Author
*.ps = svn:mime-type=application/postscript;svn:keywords=Date Id URL Author
*.sh = svn:eol-style=native;svn:keywords=Date Id URL Author;svn:mime-type=text/plain
*.tex = svn:eol-style=native;svn:mime-type=text/x-tex
*.tsv = svn:eol-style=native;svn:mime-type=text/tab-separated-values;svn:keywords=Date Id URL Author
*.txt = svn:eol-style=native;svn:keywords=Date Id URL Author;svn:mime-type=text/plain
*.xml = svn:eol-style=native;svn:keywords=Date Id URL Author;svn:mime-type=text/xml
*.xsl = svn:eol-style=native;svn:keywords=Date Id URL Author;svn:mime-type=text/xml
Makefile = svn:eol-style=native;svn:mime-type=text/plain;svn:keywords=Date Id URL Author