如何为 Eclipse 安装 SVN Repository Exploring 插件

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/20964521/
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 22:00:02  来源:igfitidea点击:

How to install SVN Repository Exploring plugin for Eclipse

eclipsesvn

提问by Mahesh

How to install SVN Repository Exploring plugin for Eclipse? My current Eclipse version is 2.6.1. it does not have SVN Repository Exploring Perspective.

如何为 Eclipse 安装 SVN Repository Exploring 插件?我当前的 Eclipse 版本是 2.6.1。它没有 SVN Repository Exploring Perspective。

采纳答案by Saif Asif

I highly advise you to update your Eclipse instead of trying to make the plugins work with the obsolete version of the IDE. You will encounter numerous issues in order to make the plugins work with older versions of the IDE since most of the plugins require atleast the 3.4 version of Eclipse to function properly. You will need to dig the archives to find older version of plugins and then some-how make them compatible with the older eclipse

我强烈建议您更新 Eclipse,而不是尝试使插件与过时的 IDE 版本一起使用。为了使插件与旧版本的 IDE 一起工作,您会遇到许多问题,因为大多数插件至少需要 3.4 版本的 Eclipse 才能正常运行。您将需要挖掘档案以找到旧版本的插件,然后以某种方式使它们与旧的 eclipse 兼容

My adivse, download (not update) the latest version of eclipse from the official website. I believe the latest version in use is 4.3.1.

我的建议,从官网下载(不是更新)最新版本的eclipse 。我相信正在使用的最新版本是4.3.1.

Update: The latest version in use is now 4.4.1 (Luna)

更新:现在使用的最新版本是 4.4.1 (Luna)

回答by SparkAndShine

Update your eclipsefirstly.

首先更新你的日食

Help--> Eclipse MarketPlace, search subclipse, click install, and then follow the instructions to finish up the installation process.

Help--> Eclipse MarketPlace,搜索subclipse,点击install,然后按照说明完成安装过程。

回答by JWarker

Did you try Help -> Install New Software -> All Available sites

您是否尝试过帮助 -> 安装新软件 -> 所有可用站点

There you can select SVN plugin. try to install

在那里你可以选择 SVN 插件。尝试安装

回答by Varun

You can add a particular site there, for example 'http://subclipse.tigris.org/' and select the SVN Version as per the Eclipse and trying referring it from 'Help > Install New Software > Add Site' . Hope this helps.

您可以在那里添加一个特定的站点,例如“ http://subclipse.tigris.org/”并根据 Eclipse 选择 SVN 版本并尝试从“帮助 > 安装新软件 > 添加站点”中引用它。希望这可以帮助。