subversion/subversion.config

Tue, 28 Aug 2012 18:29:30 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 28 Aug 2012 18:29:30 +0200
changeset 534
d2d0020cfafa
permissions
-rw-r--r--

Update from Drupal 6.x to 7.x and introduce several new HTML5 themes. Because
many themes from Drupal 6.x have since been abandoned, left unmaintained, or
not ported to Drupal 7.x, this package has changed in size and utility.

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

mercurial