`
朱嘉华
  • 浏览: 236235 次
  • 性别: Icon_minigender_2
  • 来自: 北京
社区版块
存档分类
最新评论

svn配置方法

    博客分类:
  • java
阅读更多

Install Subclipse in Eclipse 3.x

Step 1:

Begin the installation from the Eclipse Help menu item.

Install Subclipse in Eclipse 3.x

Step 1:

Begin the installation from the Eclipse Help menu item.

Install screen

Step 2:

This screenshot show the screen as it initially comes up. In this case you will need to change the radio button to indicate that this is a new install.

Install screen

Step 3:

This screen will vary depending on the features you have installed already. You want to click on the New Remote Site button. If you are behind a proxy and the Eclipse install mechanism does not work, then you can download a zipped version of the update site and then click the New Local Site button instead.

Install screen

Step 4:

This screen is showing the New Remote Site dialog, filled in with the correct information to install Subclipse

              Name: Subclipse 1.6.x (Eclipse 3.2+)
              URL:  http://subclipse.tigris.org/update_1.6.x
              Name: Subclipse 1.4.x (Eclipse 3.2+)
              URL:  http://subclipse.tigris.org/update_1.4.x
              Name: Subclipse 1.2.x (Eclipse 3.2+)
              URL:  http://subclipse.tigris.org/update_1.2.x
              Name: Subclipse 1.0.x (Eclipse 3.0/3.1)
              URL:  http://subclipse.tigris.org/update_1.0.x
     

Install screen

Step 5:

When you first come back to this screen, the site you added will NOT be selected. Be sure to select it before clicking Next.

Install screen

Step 6:

This next screen shows all of the features that are available to install.

Install screen

Step 7:

Click the button to accept the license agreement.

Install screen

Step 8:

Confirm the install location

Install screen

Step 9:

There is an Eclipse preference to turn off this next dialog. I have never seen a signed feature. Not even Eclipse.org nor IBM sign their features.

Install screen

Step 10:

Just a screenshot of the in-process installation.

Install screen

Step 11:

Eclipse needs to be restarted after installing Subclipse.

Install screen

Step 12:

Finally, after restarting Eclipse, the first thing you will typically want to do is open the Subclipse Repository perspective where you can define your repositories. Be sure to also check the online help as well as the Subclipse preferences located under Team -> SVN.

Install screen

Updating Subclipse in Eclipse 3.x

Eclipse 3.x has a feature in preference to automatically check for updates. Provided you are not behind a proxy that does not allow this feature, it should work for Subclipse. Otherwise just follow the instructions for installing Subclipse, except take the option to check for updates in Step 2.

If you are behind a proxy that does not work with Eclipse, then to install updates you just always follow the same instructions you used to install a new version. If you always unzip the site to the same local folder, you will not have to define the local site each time.

Step 2:

This screenshot show the screen as it initially comes up. In this case you will need to change the radio button to indicate that this is a new install.

Install screen

Step 3:

This screen will vary depending on the features you have installed already. You want to click on the New Remote Site button. If you are behind a proxy and the Eclipse install mechanism does not work, then you can download a zipped version of the update site and then click the New Local Site button instead.

Install screen

Step 4:

This screen is showing the New Remote Site dialog, filled in with the correct information to install Subclipse

              Name: Subclipse 1.6.x (Eclipse 3.2+)
              URL:  http://subclipse.tigris.org/update_1.6.x
              Name: Subclipse 1.4.x (Eclipse 3.2+)
              URL:  http://subclipse.tigris.org/update_1.4.x
              Name: Subclipse 1.2.x (Eclipse 3.2+)
              URL:  http://subclipse.tigris.org/update_1.2.x
              Name: Subclipse 1.0.x (Eclipse 3.0/3.1)
              URL:  http://subclipse.tigris.org/update_1.0.x
     

Install screen

Step 5:

When you first come back to this screen, the site you added will NOT be selected. Be sure to select it before clicking Next.

Install screen

Step 6:

This next screen shows all of the features that are available to install.

Install screen

Step 7:

Click the button to accept the license agreement.

Install screen

Step 8:

Confirm the install location

Install screen

Step 9:

There is an Eclipse preference to turn off this next dialog. I have never seen a signed feature. Not even Eclipse.org nor IBM sign their features.

Install screen

Step 10:

Just a screenshot of the in-process installation.

Install screen

Step 11:

Eclipse needs to be restarted after installing Subclipse.

Install screen

Step 12:

Finally, after restarting Eclipse, the first thing you will typically want to do is open the Subclipse Repository perspective where you can define your repositories. Be sure to also check the online help as well as the Subclipse preferences located under Team -> SVN.

Install screen

Updating Subclipse in Eclipse 3.x

Eclipse 3.x has a feature in preference to automatically check for updates. Provided you are not behind a proxy that does not allow this feature, it should work for Subclipse. Otherwise just follow the instructions for installing Subclipse, except take the option to check for updates in Step 2.

If you are behind a proxy that does not work with Eclipse, then to install updates you just always follow the same instructions you used to install a new version. If you always unzip the site to the same local folder, you will not have to define the local site each time.

分享到:
评论

相关推荐

    java eclipse下的svn配置方法

    ### Java Eclipse 下的 SVN 配置方法详解 #### 一、前言 本文将详细介绍如何在 Java 开发环境中配置 Subversion (SVN),并重点介绍如何在 Eclipse IDE 中集成 SVN 客户端,以便进行版本控制操作。SVN 是一个非常...

    SVN配置方法[参照].pdf

    ### SVN配置方法详解 #### 一、概述 随着软件开发项目的规模不断扩大以及团队协作的需求日益增强,版本控制系统在软件工程中的重要性不言而喻。Subversion(简称SVN)作为一款开源的集中式版本控制系统,在众多...

    SVN配置方法[总结].pdf

    ### SVN配置方法详解 #### 一、概述 版本控制系统(Version Control System,VCS)是软件开发中不可或缺的一部分,用于管理代码的历史版本,确保团队成员能够高效协作。Subversion(简称SVN)作为一款集中式的版本...

    SVN配置管理及配置方法

    SVN(Subversion)是一种广泛使用的...以上就是关于SVN配置管理及配置方法的基本知识,涵盖服务器端的设置、客户端的配置以及日常使用的操作。正确理解和运用这些知识点,可以帮助团队高效地进行版本控制和协同开发。

    svn配置步骤(从开始到完成)

    ### SVN配置步骤详解 #### 一、概述 版本控制系统在软件开发过程中扮演着至关重要的角色。其中,Subversion (SVN) 是一个广泛使用的集中式版本控制系统,它可以帮助...希望本文对正在寻求SVN配置方法的朋友有所帮助。

    SVN配置文件删除小工具

    在使用SVN的过程中,用户通常会在本地计算机上创建SVN配置文件,这些文件存储了与SVN仓库的连接信息和其他设置。然而,有时可能需要清理或删除这些配置,特别是在解决权限问题、更换工作环境或者卸载SVN客户端时。 ...

    SVN详细配置和使用

    本文档将详细介绍Subversion (SVN) 的配置及使用方法,并结合具体的场景来阐述其重要性。 ##### 开发中的实际问题 1. **备份需求**:面对硬盘故障或数据丢失等问题,开发团队迫切需要一种有效的备份机制。 2. **...

    SVN 配置管理使用教程

    ### SVN配置管理使用教程知识点详解 #### 一、SVN简介 **SVN**(Subversion)是一种开源的版本控制系统,它的出现旨在解决软件开发过程中的版本控制难题。SVN继承了早期版本控制系统**CVS**(Concurrent Versions ...

    svn Server及配置方法

    在Windows环境下,VisualSVN Server是安装和管理SVN Server的首选工具,它提供了直观的图形用户界面,使得配置和管理SVN服务器变得更加简单。 **一、VisualSVN Server的安装** 1. 首先,你需要下载VisualSVN Server...

    SVN配置在myEclipse里的几种方法.doc

    SVN配置在myEclipse里的几种方法: 方法一:在线安装  方法二:link安装 方法三:直接解压 方法四:肯定可行的方法

    MyEclipse安装配置svn

    在IT行业中,版本控制系统是开发团队协作不可或缺的工具,Subversion(简称SVN)...同时,"site-1.6.9.zip"文件可能是Subversive的一个旧版本的站点文件,可以用于辅助安装或配置,具体使用方法需结合实际情况判断。

    Redhat下svn 服务器端的安装及配置方法

    #### 二、svn配置方法 ##### 1、建立版本库目录 首先需要创建一个用于存放版本库的目录,例如可以创建一个名为`svndata`的目录,并且在该目录下创建具体的版本库目录。例如: ```bash mkdir -p /opt/svndata/xxxxx...

    SVN配置管理系统的搭建、使用和维护

    第一部分: SVN的基本概念 配置管理环境搭建 客户端TSVN基本功能的介绍及使用方法 Eclipse下SVN的使用 第二部分 SVN系统日常维护 配置库规划 分支策略

    eclipse配置svn方法

    ### Eclipse 配置 SVN 方法详解 #### 一、在 Eclipse 中下载 Subclipse 插件 在 Eclipse 中配置 SVN 的第一步通常是从 Eclipse 内部下载 Subclipse 插件。Subclipse 是一个非常流行的 SVN 客户端插件,它极大地...

    SVN插件配置,所有插件配置方法。

    Myeclipse7.5以上、SVN、Spekt等插件配置找不到dropins文件夹可以自己建。

    SVN安裝、JDK配置

    在安装SVN时,通常有两种方法: 1. **在线安装**:如果你的计算机能够连接到互联网,最简单的方式是通过在线安装程序进行安装。这通常涉及访问SVN的官方网站或提供相应软件包的第三方平台,下载最新的安装包,然后...

    VS2022软件配置管理说明-visualSVN+TortoiseSVN+AnkhSvn汇编.pdf

    该文档主要介绍了Visual Studio 2022下的软件配置管理工具的配置和使用方法,涵盖了Visual SVN、TortoiseSVN和AnkhSvn三个工具的安装、配置和使用方法。 ### 1. SVN 和 VI SUAL SVN 介绍 SVN(Subversion)是一种...

Global site tag (gtag.js) - Google Analytics