I\'m a .Net developer and recently I\'ve become part of a project that is doing a port of some java software. I\'m trying to get Sharpen up and running to convert.
I hav
Are you behind a firewall or proxy server? Normally it is the main reason for connection refused
. Also which SVN plugin are you using? By default eclipse IDE comes with CVS only. So putting the svn repo at https://source.db4o.com/db4o/trunk/sharpen/ is bound to fail in CVS plugin.
As for your last question:
You have downloaded the basic Eclipse IDE for Java Developers. You will need the Eclipse for RCP and RAP Developers. Checkout the eclipse comparison page: http://eclipse.org/downloads/compare.php.
Following are some SVN/eclipse links:
Hope this will help.