I have a problem accessing OpenAM SVN repository using Subclipse and was hoping that someone could give me a clue what can be wrong here. From documentation (link) I copied a link (https://svn.forgerock.org/openam/trunk/opensso/) and pasted it into Subclipse’s SVN Repository location uri field. After waiting a while I’ve got an error:
RA layer request failed
svn: OPTIONS of ‘https://svn.forgerock.org/openam/trunk/opensso’: could not connect to server (https://svn.forgerock.org)
I can access the svn url in my browser using given link, but cannot do it through eclipse/subclipse.
Any idea how can I grab those sources or where the problem could be?
Thanks.
could not connect to serverindicates either a temporary connection error (like you or the server not being connected to the internet) or a misconfigured svn server. In a console, tryIf this results in an error message, your connection is somehow impeded. If you can’t checkout other public repositories, it’s likely a firewall (typically coupled with an HTTP proxy for your browser). If you can checkout other repositories, the server may just be down at the moment; try pinging from another machine.