Maybe you should set svn:mime-type to text/html for the html files ?
On Wed, Nov 25, 2009 at 05:00, <gst...@apache.org> wrote: > Author: gstein > Date: Tue Nov 24 21:00:00 2009 > New Revision: 883873 > > URL: http://svn.apache.org/viewvc?rev=883873&view=rev > Log: > Add an area for the subversion.apache.org website to exist, and add a > placeholder document. > > * /subversion/site: new directory, a sibling to TTB. > > * /subversion/site/index.html: new placeholder main page > > Added: > subversion/site/ > subversion/site/index.html > > Added: subversion/site/index.html > URL: > http://svn.apache.org/viewvc/subversion/site/index.html?rev=883873&view=auto > ============================================================================== > --- subversion/site/index.html (added) > +++ subversion/site/index.html Tue Nov 24 21:00:00 2009 > @@ -0,0 +1,26 @@ > +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> > +<html> <head> > +<title>Apache Subversion</title> > +</head> > + > +<body> > +<h1>Apache Subversion</h1> > + > +<p> > + This is a placeholder document for the <strong>Apache Subversion</strong> > + project, a podling currently in the > + <a href="http://incubator.apache.org/">Apache Incubator</a>. > +</p> > + > +<p> > + More information about Subversion is available on our > + <a href="http://subversion.tigris.org/">old website</a>. > +</p> > + > +<div style="font-size: small; margin-top: 4em"> > + <hr/> > + <p>Copyright © 2009 The Apache Software Foundation, Licensed under > the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, > Version 2.0</a>.<br/> > + Apache and the Apache feather logo are trademarks of The Apache Software > Foundation.</p> > +</div> > + > +</body> </html> > > >