I have the DAV SVN Apache module running so that I can serve a read-only version of my repositories over HTTP.
My goal is to be able to show available HTML-based code documentation (javadoc, etc.) in my repositories using the browser's normal HTML rendering capabilities, instead of the files being spat out as plain text by the DAV SVN module.
Is there a way to set this up in the Apache .conf files without having to recompile any modules from scratch, or installing any other modules/tools?
I tried adding "DirectoryIndex index.html" but no luck.