Setup svn in eclipse

In order to access SVN in Eclipse, I installed subclipse plug-in in eclipse.

  1. Check your SVN version.
  2. Open Eclipse -> Help -> Install New Software -> Add
  3. Name: subclipse. Location: http://subclipse.tigris.org/update_1.6.x
  4. Check “Subclipse” checkbox and click next -> Select All and next -> agree and finish
  5. After subclipse installed, you are ready to create a SVN project.
  6. Open Eclipse -> File -> New -> Other -> SVN
  7. And follow the wizard to finish check out projects.