On Mon, Jan 10, 2011 at 11:20, Daniela Rivas <[email protected]> wrote: > Hi everyone > > I am installing and configuring a subversion repository and I have some > problems doing that. > When I am trying to see the page in a browser, I get the directories trunk, > branches, tags; so I don't get the index.html file that i have inside trunk.
If I understand you correctly, you're expecting index.html to be served to your browser when you browse to the directory containing it? You're not supposed to. The Subversion repository browser is not intended to allow you to serve files directly as a website, and depending on your web content it won't work at all. If you need to serve a website using the contents of a repository, see http://subversion.apache.org/faq.html#website-auto-update . If you need a more sophisticated web view of your repository, check out ViewVC.
