博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
怎么在eclipse中安装svn插件
阅读量:6783 次
发布时间:2019-06-26

本文共 1491 字,大约阅读时间需要 4 分钟。

Subclipse

 

Subclipse is an Eclipse Team Provider plug-in providing support for Subversion within the Eclipse IDE.  Visit the  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
    2. Click the OK button
  5. Expand the 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

转载地址:http://mtwgo.baihongyu.com/

你可能感兴趣的文章
2016/8/500:27 手指画笔记
查看>>
P2473 || SCOI2008 奖励关 //状压&&期望DP
查看>>
【批处理学习笔记】第二十八课:声音和控制
查看>>
【请您听我说】PHP语法特点的一些看法
查看>>
1305 Pairwise Sum and Divide
查看>>
颜色混合opengl
查看>>
一个sio.c的实现及遇到的多任务执行问题
查看>>
第三次作业
查看>>
SQL Prompt——SQL智能提示插件
查看>>
字符串-format格式化
查看>>
给图片加自定义字体水印
查看>>
Apache Tomcat6之阀学习整理
查看>>
快速排序
查看>>
Twig 的 tags学习(中文) 之一
查看>>
form身份验证
查看>>
[Silverlight]按类型查找模板控件里的子控件
查看>>
有一种陪伴不在身边,却在心间
查看>>
excel中两列匹配,取匹配列的后一列数据
查看>>
php7 安装 yar 扩展
查看>>
基于amoeba实现mysql数据库的读写分离/负载均衡
查看>>