3

I'm trying to checkout a repository with an http address. I tried with different machine but I obtained every time time the same error:

svn: OPTIONS of 'http://svn.macports.org/repository/macports/trunk': could not connect to server (http://svn.macports.org)

I can't understand the problem, the address is http so I think that is a problem of subversion with http address (the repository is the one for Macport for MAC OS but I think that the problem is not about the repository but is a subversion problem)

Shane Madden
  • 116,404
  • 13
  • 187
  • 256
benza
  • 31

1 Answers1

2

As it says, it could not connect to the server. That address works just fine, so do you have any web filtering, or a proxy configuration that allows your web browser to access that URL, but isn't configured in your SVN client?

Shane Madden
  • 116,404
  • 13
  • 187
  • 256