Categories
Howto

Setting the SVG MIME Type in Subversion

If you have directories containing SVG files that you wish to add to a Subversion repository and you wish them to display as images rather than XML when someone broswes the repository in a web broswer, run the following in the local parent directory then commit it:

svn propset svn:mime-type image/svg+xml */*.svg