I've got MAMP running (XAMP for OSX), and I'm trying to setup subversion.
When I go to the freshly created repository in my browser, I get:
<D:error>
<C:error/>
<m:human-readable errcode="2">
Could not open the requested SVN filesystem
</m:human-readable>
</D:error>
The repository is setup in ~/server/svn. My html/php files are also there (~/server/http), and it works fine. My basic httpd.conf setup:
<Location /svn>
DAV svn
SVNPath ~/server/svntest
(Authenticaton will be added later)
</Location>
I've allready chmod'ed everything to 777
drwxrwxrwx 9 gerrit staff 306 27 okt 2008 svn
Apache's errorlog does not show any errors.
How do I troubleshoot this?