I used to use Eclipse as IDE for Java programming. Since all my Java projects are located at SVN server, i have used “Subclipse” plugin to access my code. I works fine.
Recently i have decided to switch to Netbeans (faster, more agile, cleaner interface). It has built-in support for SVN, BUT… when i enter my svn credentials (same link, same username and pass as with Subclipse) i can’t checkout any project! I get this error message:
org.tigris.subversion.javahl.ClientException: RA layer request failed OPTIONS of 'https://XXXXX': could not connect to server (https://XXXX)
Why? My “Netbeans” is configured to use “system” proxy configuration (i don’t have any proxy at all). Same error is shown when i tell netbeans not to use proxy. This issue sure has nothing to do with proxy, otherwise “Subclipse” wouldn’t work too, right?
I have turned off firewall, restarted my computer and it worked! Strange…
Thank you, anyway! 🙂