Eclipse + Subclipse + SVN SSH
Download and run eclipse
Help -> Software Updates -> Available Software -> Add Siteput http://subclipse.tigris.org/update_1.4.x in input field
check two checkboxes:
- Subclipse
- SVNkit Adapter (Important, the default JavaHL adapter doesn't support SSH and public key authentication)
accept everything and install it
now we can easily checkout our project
Right click in explorer -> New -> ProjectSVN folder -> Checkout projects from SVN -> Next -> Create a new repository locationEnter the location of the project you’re checking out e.g.
svn+ssh://example.com/my_repo/Press Next
Enter SSH credentials.
next, next, next... and ready.
based on this tutorial
add this news to develway
