What steps will reproduce the problem?
1. Visit http://google-gin.googlecode.com/svn/trunk/javadoc/index.html
What is the expected output? What do you see instead?
I expect to see a web page; instead, I see the plain text html source.
This is because the file is served as text/plain instead of text/html. To fix
this, you need to set the svn:mime-type property (via "svn propset") on these
files to text/html.
Original issue reported on code.google.com by jacobly@google.com on 11 Nov 2010 at 4:49
Original issue reported on code.google.com by
jacobly@google.com
on 11 Nov 2010 at 4:49