123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176 |
- #
- #
- #
- #
- #
- [auth]
- #
- #
- #
- #
- #
- #
- #
- #
- #
- # password-stores = keychain
- #
- # password-stores =
- #
- #
- #
- #
- #
- #
- # ssl-client-cert-file-prompt = no
- #
- #
- #
- #
- #
- #
- # store-passwords = no
- # store-auth-creds = no
- #
- [helpers]
- #
- #
- #
- #
- # editor-cmd = editor (vi, emacs, notepad, etc.)
- #
- #
- #
- # diff-cmd = diff_program (diff, gdiff, etc.)
- #
- #
- #
- # diff-extensions = -u -p
- #
- #
- #
- # diff3-cmd = diff3_program (diff3, gdiff3, etc.)
- #
- #
- # diff3-has-program-arg = [yes | no]
- #
- #
- #
- # merge-tool-cmd = merge_command
- #
- [tunnels]
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- #
- # ssh = $SVN_SSH ssh -q --
- #
- #
- # rsh = rsh --
- #
- # rsh = /path/to/rsh -l myusername --
- #
- #
- #
- #
- #
- [miscellany]
- #
- #
- #
- #
- # global-ignores = *.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo __pycache__
- # *.rej *~
- #
- # log-encoding = latin1
- #
- #
- # use-commit-times = yes
- #
- #
- # no-unlock = yes
- #
- #
- #
- # mime-types-file = /path/to/mime.types
- #
- #
- #
- #
- # preserved-conflict-file-exts = doc ppt xls od?
- #
- #
- #
- # enable-auto-props = yes
- #
- #
- # interactive-conflicts = no
- #
- #
- #
- #
- # memory-cache-size = 16
- #
- #
- #
- #
- #
- #
- #
- #
- #
- # diff-ignore-content-type = no
- #
- [auto-props]
- #
- #
- #
- #
- #
- #
- #
- # *.c = svn:eol-style=native
- # *.cpp = svn:eol-style=native
- # *.h = svn:keywords=Author Date Id Rev URL;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;svn:keywords=Author Date Id Rev URL;
- # *.png = svn:mime-type=image/png
- # *.jpg = svn:mime-type=image/jpeg
- # Makefile = svn:eol-style=native
- #
- [working-copy]
- #
- #
- #
- #
- #
- #
- #
- # exclusive-locking-clients =
- #
- #
- #
- #
- # exclusive-locking = false
- #
- #
- #
- #
- # busy-timeout = 10000
|