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

最新文章

  1. ACM数学问题分类(汇总帖)
  2. The sound of silence引发的关于互联网以及教育的利弊思考
  3. 关于js跨域
  4. Revisit-after元标签是什么,SEO的作用是什么
  5. C++对C语言的非面向对象特性扩充(2)
  6. 【Python】生成器和递归
  7. 2016 UESTC Training for Dynamic Programming
  8. Coursera 机器学习笔记(四)
  9. 栈stack(2):栈的链表实现
  10. 在 HTML5 中捕获音频和视频
  11. android本地音乐播放器
  12. FFmpeg 学习(四):FFmpeg API 介绍与通用 API 分析
  13. 我在Fackbook的这三年[转]
  14. 一 分析easyswoole源码(启动服务)
  15. Eclipse配置Github -分享你的代码
  16. Mac 如何安装 chromedriver
  17. OpenCV Python : No drawMatchesknn function
  18. DXP中插入LOGO字体方法(2)
  19. 'javac' 不是内部或外部命令,也不是可运行的程序
  20. spring mvc之启动过程源码分析

热门文章

  1. 关于sendtoback()和bringtofront() 的理解
  2. vue框架整体流程
  3. Java定时器Timer的使用详解
  4. js动态创建HTML(radio、checkbox...)[摘抄]
  5. java第五节 多线程/多线程的同步
  6. FTP下载工具
  7. Highcharts X轴纵向显示
  8. iOS实现基于VLC播放器的封装效果
  9. Ubuntu Linux 环境变量PATH设置
  10. mget命令, ftp命令详解