Apache Mod SVN Access Forbidden
- by Cerin
How do you resolve the error svn: access to '/repos/!svn/vcc/default' forbidden?
I recently upgraded a Fedora 13 server to 16, and now I'm trying to debug an access error with a Subversion server running on using Apache with mod_dav_svn.
Running:
svn ls http://myserver/repos/myproject/trunk
Lists the correct files. But when I go to commit, I…