Friday, January 18, 2008

SVN on SourceForge (3)

I am using Eclipse 3.3. Same thing here, the default revision control system for Eclipse is CVS. So we have to install install a plug-in for svn here. SubClipse

Subclipse exists to provide an outstanding user interface to Subversion from within the Eclipse IDE. Subclipse includes support for all Subversion commands and features and is a mature project with an established user community. The software is released under the Eclipse Public License (EPL) 1.0 open source license.

Installation of SubClipse

1. Select Help->Software Updates->Find and Install.
2. Select Search for new features to install and select Next.
3. Select New Remote Site.
4. Enter "subclipse" for the name and insert the download site given on the Subclipse downloads page. http://subclipse.tigris.org/update_1.2.x (for Eclipse 3.2 +)
5. Check all the checkbox; install all of the available features of Subclipse.
6. Read the license agreements, accept or decline as appropriate
7. Restart Eclipse
8. Select Help->Software Updates->Find and Install.
9. After restarting Eclipse, check whether the installation was successful.
Select Window->Preferences->Team->SVN

No comments: