怎么在eclipse中安装svn插件

Subclipse

 

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

  1. Open Eclipse
  2. Select the Help > Software Updates menu option
  3. Select the Available Software tab
  4. Click the Add Site… button
    1. Set the Location field
      http://subclipse.tigris.org/update_1.6.x(link is external)
    2. Click the OK button
  5. Expand the http://subclipse.tigris.org/update_1.6.x(link is external)site
  6. Excpand the Core SVNKit Library (required) section
  7. Select the following components
    SVNKit Library
  8. Expand the Subclipse section
  9. Select the following components
    Subclipse (Required)
    Subversion Client Adapter (Required)
    Subversion Revision Graph
    SVNKit Client Adapter BETA (Not required)
  10. Click the Install… button
  11. Click the Next button
  12. Select the I accept the terms of the license agreements radio button
  13. Click the Finish button
  14. Click Yes to restart Eclipse

Browse a Subversion Repository

  1. Open the Subclipse repository perspective
    1. Select the Window > Open Perspective > Other… menu option
    2. Select the SVN Repository Exploring option
    3. Click OK
  2. Right Click in the SVN Repositories panel
  3. Select the New > Repository Location… option
  4. Enter your repository URL (must begin with http or https)
  5. Click Finish

Create a project from a repository

  1. Right Click a repository in the SVN Repositories panel
  2. Select the Checkout… option
  3. Select the Check out as a project in the workspace option
  4. Enter a Project Name
  5. Select the Revision you wish to check out
  6. Click Next
  7. Select a workspace location
  8. Click Finish
原文地址:https://www.cnblogs.com/haoliansheng/p/6215821.html