I am using STS 2.8.1 (I think it is based on Eclipse Indigo) with Subclipse 1.6.18.
I try to check the code from the repository, but when I add the repository location, I get the following error:
RA svn layer error: the server sent an unexpected return value (503 Service Unavailable) in response to an OPTIONS request for "http: // abcom: 18080 / svn / myproject"
The fact is that if I try to access this repository from a web browser (for example, Chrome or IE), I can access it. He asks for my username and password, and after entering them I see the project tree.
Does anyone know why I can access from a web browser, but not from STS?
The proxy settings are configured correctly for Subclipse (and I can access other repositories from STS, but not one).
source share