如何在 Eclipse Indigo 上安装 SVN

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/9503184/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-10 20:56:36  来源:igfitidea点击:

How to install SVN on Eclipse Indigo

eclipsesvneclipse-plugin

提问by fish40

I want to install svn repository. Is there any differences between Subclipse and Subversion?

我想安装 svn 存储库。Subclipse 和 Subversion 之间有什么区别吗?

I searched everywhere about Subversion but I couldn't find something about Subversion, all I got is Subclipse. Could you give me some instruction how to do it?

我到处搜索有关 Subversion 的内容,但找不到有关 Subversion 的内容,我得到的只是 Subclipse。你能给我一些指导怎么做吗?

回答by freedev

From Eclipse help menu you have to go under "Eclipse Marketplace", type "svn" into the search box and press enter. You'll see all svn plugins available for Eclipse.

从 Eclipse 帮助菜单中,您必须转到“Eclipse Marketplace”下,在搜索框中键入“svn”并按 Enter。您将看到可用于 Eclipse 的所有 svn 插件。

Choose your SVN plugin, press "install" and follow the guided procedure.

选择您的 SVN 插件,按“安装”并按照指导步骤进行操作。

Actually, as far I know, the most popular are Subversive and Subclipse.

实际上,据我所知,最受欢迎的是 Subversive 和 Subclipse。

回答by Carlos Gavidia-Calderon

SubEclipse is an Eclipse Plugin that let's you connect to your Subversion repositories. To install an SVN repository you need another software, that is beyond Eclipse capabilities. See http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/

SubEclipse 是一个 Eclipse 插件,可让您连接到您的 Subversion 存储库。要安装 SVN 存储库,您需要另一个软件,这超出了 Eclipse 的能力。见http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/

回答by Suraj Patil

1)Open eclipse help -->install new software-->(in front of work with combo)press add

1)打开eclipse帮助-->安装新软件-->(在work前用combo)按add

Name:-some_name Location:-"http://download.eclipse.org/technology/subversive/2.0/update-site/"

名称:-some_name 位置:-" http://download.eclipse.org/technology/subversive/2.0/update-site/"

2)Then wait for some time it will search for plugins and install required plugins

2)然后等待一段时间它会搜索插件并安装所需的插件

3)install required plugins...!

3)安装所需的插件...!

that's it..! make sure you have working internet connection and packages fails some times if you have already installed some of plugins or their older versions.

就是这样..!如果您已经安装了一些插件或其旧版本,请确保您有可用的互联网连接并且软件包有时会失败。