Subclipse is an Eclipse Team Provider plug-in providing support for Subversion within the Eclipse IDE. Visit the Subclipse Website(link is external) for more information.
Version
- CentOS 5.x
- Eclipse 3.4.x
- Subclipse 1.6.x
Requirements
Install Subclipse
- Open Eclipse
- Select the Help > Software Updates menu option
- Select the Available Software tab
- Click the Add Site… button
- Set the Location field
http://subclipse.tigris.org/update_1.6.x(link is external) - Click the OK button
- Set the Location field
- Expand the http://subclipse.tigris.org/update_1.6.x(link is external)site
- Excpand the Core SVNKit Library (required) section
- Select the following components
SVNKit Library - Expand the Subclipse section
- Select the following components
Subclipse (Required)
Subversion Client Adapter (Required)
Subversion Revision Graph
SVNKit Client Adapter BETA (Not required) - Click the Install… button
- Click the Next button
- Select the I accept the terms of the license agreements radio button
- Click the Finish button
- Click Yes to restart Eclipse
Browse a Subversion Repository
- Open the Subclipse repository perspective
- Select the Window > Open Perspective > Other… menu option
- Select the SVN Repository Exploring option
- Click OK
- Right Click in the SVN Repositories panel
- Select the New > Repository Location… option
- Enter your repository URL (must begin with http or https)
- Click Finish
Create a project from a repository
- Right Click a repository in the SVN Repositories panel
- Select the Checkout… option
- Select the Check out as a project in the workspace option
- Enter a Project Name
- Select the Revision you wish to check out
- Click Next
- Select a workspace location
- Click Finish