subversion/subversion.config

Fri, 07 Sep 2012 19:08:07 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 07 Sep 2012 19:08:07 +0200
changeset 667
9dacbd1d1aa2
permissions
-rw-r--r--

Correct build configuration in Solaris subdir, correct english grammar,
remove irrelevant strip notice, introduce custom CFLAG logic, facilitate
use of Solaris Studio compiler with needed build configuration
adjustments, conditionally build 64 bit position independent code,
and accommodate tun(7) in newer Solaris releases by renaming driver
and module from conflicting 'tun' to 'vtun'. These changes include
some nonstandard 'I give up' logic causing out of tree builds by
manipulating the PATH, for example.

michael@513 1 ##
michael@513 2 ## config -- Subversion global configuration file
michael@513 3 ##
michael@513 4
michael@513 5 # [auth]
michael@513 6 # store-passwords = no
michael@513 7 # store-auth-creds = no
michael@513 8
michael@513 9 # [helpers]
michael@513 10 # editor-cmd = @l_prefix@/bin/vim
michael@513 11 # diff-cmd = @l_prefix@/bin/diff0
michael@513 12 # diff3-cmd = @l_prefix@/bin/diff3
michael@513 13 # diff3-has-program-arg = true
michael@513 14
michael@513 15 # [tunnels]
michael@513 16 # ssh = $SVN_SSH ssh
michael@513 17 # rsh = $SVN_RSH rsh
michael@513 18
michael@513 19 # [miscellany]
michael@513 20 # global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store
michael@513 21 # log-encoding = latin1
michael@513 22 # use-commit-times = yes
michael@513 23 # enable-auto-props = yes
michael@513 24
michael@513 25 # [auto-props]
michael@513 26 # *.c = svn:eol-style=native
michael@513 27 # *.cpp = svn:eol-style=native
michael@513 28 # *.h = svn:eol-style=native
michael@513 29 # *.dsp = svn:eol-style=CRLF
michael@513 30 # *.dsw = svn:eol-style=CRLF
michael@513 31 # *.sh = svn:eol-style=native;svn:executable
michael@513 32 # *.txt = svn:eol-style=native
michael@513 33 # *.png = svn:mime-type=image/png
michael@513 34 # *.jpg = svn:mime-type=image/jpeg
michael@513 35 # *.gif = svn:mime-type=image/gif
michael@513 36 # *.xml = svn:eol-style=native
michael@513 37 # *.tex = svn:eol-style=native
michael@513 38 # Makefile = svn:eol-style=native
michael@513 39

mercurial