Wednesday, May 13, 2009

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:
  1. Subclipse

  2. 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

Labels: , ,

develway.pl add this news to develway

3 Comments:

At March 17, 2011 at 1:19 PM , Blogger Zhandos said...

thanks so much! this helped!

 
At December 2, 2011 at 11:32 PM , Blogger Unknown said...

Thank you so much !!
You saved a lot of work for me !!

 
At June 15, 2012 at 10:07 AM , Anonymous Anonymous said...

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