While trying to checkout code from a repository online I got the following error:
E175002: REPORT of \'/repos/xxx/!svn/vcc/default\'
I a
After long research, I finally found a solution the solution was to put allow from all in the svn configuration on httpd.conf:
allow from all
httpd.conf
... allow from all ...
The svn checkout is working fine now
The above are for apache 2.2
if you use apache 2.4
... require all granted ...