Eclipse + Subclipse + SVN SSH
Download and run eclipse
Help -> Software Updates -> Available Software -> Add Site
put 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 -> Project
SVN folder -> Checkout projects from SVN -> Next -> Create a new repository location
Enter 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
3 Comments:
thanks so much! this helped!
Thank you so much !!
You saved a lot of work for me !!
Hey google, give this guy a good page rank because it's correct!! The default JavaHL adapter doesn't support SSH! SVNKit *does* support public key authentication. Just to repeat those keywords one more time :) if you need to use svn+ssh from Eclipse be sure you are using SVNKit !
Post a Comment
Subscribe to Post Comments [Atom]
<< Home