Do NOT install Subversion from "Helios - http://download.eclipse.org/releases/helios". You'll be sorry you did.
My Eclipse is Eclipse for PHP Developers
Version: Helios Service Release 2
Build id: 20110218-0911
Version: Helios Service Release 2
Build id: 20110218-0911
Solution
The quickest and easiest and most painless way to install SVN in Eclipse is install Subclipse. Follow the following easy steps to add Subversion to your Eclipse IDE in seconds!
1. Go to Eclipse -> Help -> Install New Software...
2. Copy the URL "http://subclipse.tigris.org/update_1.12.x" into the text field labeled "Work with:"
3. Press Enter.
4. You will see a check box labeled Subclipse and a check box labeled SVNKit. Check the Subclipse check box, click Next, and follow the prompts to install it. That's all you need.
2. Copy the URL "http://subclipse.tigris.org/update_1.12.x" into the text field labeled "Work with:"
3. Press Enter.
4. You will see a check box labeled Subclipse and a check box labeled SVNKit. Check the Subclipse check box, click Next, and follow the prompts to install it. That's all you need.
http://subclipse.tigris.org/ used to have a link "Download and Install" where you see the URLs under "Links for x.xx.x Release" section. But that's no longer the case as of 20161128. So you can just use http://subclipse.tigris.org/update_1.12.x which is still available as of 20161128.
When you are done, you can begin using SVN. You will be able to import projects into Eclipse workspace via SVN. For example, you can import a bunch of source code from an SVN server by right clicking your mouse in Package Explorer, selecting Import..., selecting Check out code from SVN.
Once you have an SVN project, you should see Team in the context menu which lists all the SVN commands.
You are done!
Questions? Let me know!