Programming Tips - How do I use Subversion in Eclipse?

Date: 2010nov10 Product: Eclipse Q. How do I use Subversion in Eclipse? A. Install the subclipse plugin. Install ------- Help > Install New Software Add location http://subclipse.tigris.org/update_1.4.x (there is a 1.6 but it didn't work for me) Install all subpackages available from there. Setup ----- Windows > Open Perspective > Other > SVN Repository Exploring Add your location by right clicking on the left pane Check Out --------- Right click on your project and "Check Out" is an option in the menu. Create as a new project in the workspace. Edit ---- Make your changes in the Eclipse project. Check In -------- Right click on your file and follow Team > Commit...