Unable to access SVN externally - Could not open the requested SVN filesystem

5,966

HTTPS uses port 443 not 80.

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

Share:
5,966

Related videos on Youtube

Ben
Author by

Ben

Updated on September 17, 2022

Comments

  • Ben
    Ben over 1 year

    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>
    
  • Ben
    Ben about 14 years
    When I use 443, I get the error I describe here: serverfault.com/questions/127386/…