Subversion Auto Props, OSX, Google Code
Some notes for myself, configuring Subversion to work well with Google Code:
- On OSX, the Subversion client config file is named ~/.subversion/config
- Uncomment this line:
enable-auto-props = yes
- 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