MyEclipse6.5 Subversion安装及配置详解

    技术2022-05-20  38

    MyEclipse6.5集成SVN

    第一步:安装Mylyn:

          打开Myeclipse6.5,依次点击Hellp-->Software Updates-->Find and Install

          在弹出的对话框中选择第二项(Search for new features to install),点击next后,在新的对话框中选择New Remote Site...然后填写下面内容:

    Name:Mylyn

    URL:http://download.eclipse.org/tools/mylyn/update/e3.3

         然后一路点击下一步。完成安装后重启workspace。

    第二步:安装Subversive:

          打开Myeclipse6.5,依次点击Hellp-->Software Updates-->Find and Install

          在弹出的对话框中选择第二项(Search for new features to install),点击next后,在新的对话框中选择New Remote Site...然后填写下面内容:

    Name:subversive

    URL:http://download.eclipse.org/technology/subversive/0.7/update-site/

          然后一路点击下一步。完成安装后重启workspace。

    第三步:安装Subservice Connectors:

          打开MyEclipse6.5,依次点击Hellp-->Software Updates-->Find and Install

          在弹出的对话框中选择第二项(Search for new features to install),点击next后,在新的对话框中选择New Remote Site...然后填写下面内容:

    Name:subservice connectors

    URL:http://www.polarion.org/projects/subversive/download/eclipse/2.0/update-site/

          然后一路点击下一步。完成安装后重启workspace。

          到这里安装完毕。

          然后在MyEclipse6.5点击Window-->Show View-->Other...-->SVN-->SVN Repositories,点击OK,添加SVN Repositories的窗口。

          好了,下面就可以新建一个Repository Location了。

    在SVN Repositories窗口中右键New-->Repository Location,输入SVN服务端的URL和用户名,密码,点击确定后就完成了。


    最新回复(0)