diff -r fcb5600be81f -r 138803117c57 subversion/subversion.config --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/subversion/subversion.config Fri Aug 10 14:34:00 2012 +0200 @@ -0,0 +1,39 @@ +## +## config -- Subversion global configuration file +## + +# [auth] +# store-passwords = no +# store-auth-creds = no + +# [helpers] +# editor-cmd = @l_prefix@/bin/vim +# diff-cmd = @l_prefix@/bin/diff0 +# diff3-cmd = @l_prefix@/bin/diff3 +# diff3-has-program-arg = true + +# [tunnels] +# ssh = $SVN_SSH ssh +# rsh = $SVN_RSH rsh + +# [miscellany] +# global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store +# log-encoding = latin1 +# use-commit-times = yes +# enable-auto-props = yes + +# [auto-props] +# *.c = svn:eol-style=native +# *.cpp = svn:eol-style=native +# *.h = svn:eol-style=native +# *.dsp = svn:eol-style=CRLF +# *.dsw = svn:eol-style=CRLF +# *.sh = svn:eol-style=native;svn:executable +# *.txt = svn:eol-style=native +# *.png = svn:mime-type=image/png +# *.jpg = svn:mime-type=image/jpeg +# *.gif = svn:mime-type=image/gif +# *.xml = svn:eol-style=native +# *.tex = svn:eol-style=native +# Makefile = svn:eol-style=native +