I am trying to set up a subversion server on opensuse 11.1. I have followed the instructions on this site Setting up a Subversion server using Apache2 - openSUSE and I got stuck at the point where I have to go to the server http://servername.com/repos/reponame. I am able to authenticate the user I setup, but when I do, I get a message saying “Could not open the requested SVN filesystem” in my browser in an XML file.
Solved this problem…I created the repo with a different version of svn than what I had installed. I deleted the repo and created it again, and that fixed it.