怎么在eclipse中安装svn插件

Posted iDEAAM 爱地爱木

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了怎么在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

以上是关于怎么在eclipse中安装svn插件的主要内容,如果未能解决你的问题,请参考以下文章

eclipse中安装SVN插件的方法及SVN插件下载

如何在eclipse中安装svn插件并使用方法

怎么在eclipse中安装properties插件

Eclipse中安装SVN插件

在eclipse中安装对应版本的SVN插件

SVN学习——在Eclipse 中安装和使用SVN客户端插件