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