Subversion Auto Props, OSX, Google Code

Some notes for myself, configuring Subversion to work well with Google Code:

  1. On OSX, the Subversion client config file is named ~/.subversion/config
  2. Uncomment this line:
    enable-auto-props = yes
  3. Add these values to the [auto-props] section:
    *.css = svn:mime-type=text/css
    *.html = svn:mime-type=text/html
    *.jpg = svn:mime-type=image/jpeg
    *.png = svn:mime-type=image/png
    *.txt = svn:mime-type=text/plain
    *.svg = svn:mime-type=image/svg+xml

Comments are closed.