How to install subversion support in Eclipse

You will want to use Subclipse which can be found at the following page,

http://subclipse.tigris.org/servlets/ProjectProcess?pageID=p4wYuA »

Once there, you can find the update url. 1.6.x is listed below.,

http://subclipse.tigris.org/update_1.6.x/ »

In Eclipse, go to Help and Install New Software. Then add the update site listed above, and install subclipse as you would normally install software in Eclipse.

Windows SVN+SSH setup

Create an environment variable SVN_SSH that points to your subversion executable. Since I use Cygwin » I point SVN_SSH to the svn.exe executable. Mine lives at C:\cgywin\bin\svn.exe. When you add this environment variable, make sure to excape the backslashes. So it will be,

SVN_SSH = C:\\cgywin\\bin\\svn.exe

In Eclipse go to Window > Preferences, then on the left go to Team > SVN and for SVN interface choose SVNKit (Pure Java) SVNKit vX.Y.Z.

Restart Eclipse, and then you can add your SVN repository.

In the references below, it shows an example on how to use TortoiseSVN.

References

Page Comments (Click to edit)






[Click to add or edit comments])

Please prepend comments below including a date

Design by N.Design Studio, adapted by solidGone.org (version 1.0.0)
Have a nice day.