Wed Feb 17 22:07:11 EET 2010

(Could not open the requested SVN filesystem) cause and solution

I'm building a new subversion repository, after installing it and configuring
it to be accessed via https:// I stumbled upon the error;
Could not open the requested SVN filesystem when accessing one of
the SVN repositories. The problem was caused by incorrect permissions of
the repository, some of the files in the repository had permissions of the system user with which the files were imported.
simply changing the permissions with to make them readable for apache
fixed the issue.