Svn – Unable to access SVN externally – Could not open the requested SVN filesystem

apache-2.2svn

When I access the following URL on my machine https://svnserver:80/svn/web/domain.com I get the error:

<D:error>
  <C:error/>
  <m:human-readable errcode="2">
    Could not open the requested SVN filesystem
  </m:human-readable>
</D:error>

The exact name of my respository is domain.com, I have https up and running, so any ideas why I can't access the repository?

My dav_svn.conf:

  <Location /svn/web>
        DAV svn
        SVNPath /var/svn-repos/web
  </Location>
  SVNParentPath /var/svn-repos/

My dav_svn.conf SHOULD BE:

  <Location /svn/web>
        DAV svn
        SVNParentPath /var/svn-repos/web
  </Location>

Best Answer

HTTPS uses port 443 not 80.

Try https://example.com/svn/web/domain.com