1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/subversion/subversion.config Fri Aug 10 14:34:00 2012 +0200 1.3 @@ -0,0 +1,39 @@ 1.4 +## 1.5 +## config -- Subversion global configuration file 1.6 +## 1.7 + 1.8 +# [auth] 1.9 +# store-passwords = no 1.10 +# store-auth-creds = no 1.11 + 1.12 +# [helpers] 1.13 +# editor-cmd = @l_prefix@/bin/vim 1.14 +# diff-cmd = @l_prefix@/bin/diff0 1.15 +# diff3-cmd = @l_prefix@/bin/diff3 1.16 +# diff3-has-program-arg = true 1.17 + 1.18 +# [tunnels] 1.19 +# ssh = $SVN_SSH ssh 1.20 +# rsh = $SVN_RSH rsh 1.21 + 1.22 +# [miscellany] 1.23 +# global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store 1.24 +# log-encoding = latin1 1.25 +# use-commit-times = yes 1.26 +# enable-auto-props = yes 1.27 + 1.28 +# [auto-props] 1.29 +# *.c = svn:eol-style=native 1.30 +# *.cpp = svn:eol-style=native 1.31 +# *.h = svn:eol-style=native 1.32 +# *.dsp = svn:eol-style=CRLF 1.33 +# *.dsw = svn:eol-style=CRLF 1.34 +# *.sh = svn:eol-style=native;svn:executable 1.35 +# *.txt = svn:eol-style=native 1.36 +# *.png = svn:mime-type=image/png 1.37 +# *.jpg = svn:mime-type=image/jpeg 1.38 +# *.gif = svn:mime-type=image/gif 1.39 +# *.xml = svn:eol-style=native 1.40 +# *.tex = svn:eol-style=native 1.41 +# Makefile = svn:eol-style=native 1.42 +