If you were to browse to a html file in svn it would be rendered as text/plain in the browser, but if you needed it to be rendered as text/html you need to do the following.
svn propset svn:mime-type text/htmlYou could use the above command to set any mime-type on a file thats in svn.
1 comment:
Post a Comment