RA layer request error using Eclipse and Subclipse

When configuring Subversion with Eclipse (using Subclipse) you may get the following error:

RA layer request failed svn: OPTIONS of ... 200 OK

The reason for this is that Eclipse adds the project name to the url it is given automatically meaning that it is looking for: https://yourdomain.myversioncontrol.com/subversion/yourproject/your...

The solution is to give Subclipse only the root of your Subversion url and let it add the project name itself:

e.g. https://yourdomain.myversioncontrol.com/subversion/