You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
917 B
39 lines
917 B
## |
|
## 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 |
|
|
|
|