Java 用于使用 svn 1.8.x、subclise 1.10 的 m2e-subclipse 连接器在哪里?

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

Where is m2e-subclipse connector for using svn 1.8.x, subclise 1.10?

javaeclipsemavensubclipsem2e

提问by Blessed Geek

I read that the producers of m2e has stopped producing m2e connectors for anything beyond svn 1.7. And Tigris has apparently taken up the slack to maintain the m2e-subclipse connector.

我读到 m2e 的生产商已经停止为 svn 1.7 以外的任何东西生产 m2e 连接器。而 Tigris 显然已经采取了措施来维护 m2e-subclipse 连接器。

Q1.
My question is, where is the eclipse update url for using svn 1.8.x?

Q1
我的问题是,使用 svn 1.8.x 的 eclipse 更新 url 在哪里?

As I realise, svn 1.8.x interface is implemented in subclipse 1.10. But where is the update url to update eclipse to use m2e with subclipse 1.10?

我意识到,svn 1.8.x 接口是在 subclipse 1.10 中实现的。但是更新 eclipse 以将 m2e 与 subclipse 1.10 一起使用的更新 url 在哪里?

Q2.
Otherwise, is there an alternative toward having maven access svn 1.8.x in eclipse?

Q2
否则,是否有替代方法可以让 Eclipse 中的 Maven 访问 svn 1.8.x?

回答by Tarek

A1.There is no official m2eclipse-subclipse update site for subclipse 1.10. There is an unofficial project here:

A1. subclipse 1.10 没有官方的 m2eclipse-subclipse 更新站点。这里有一个非官方项目:

https://github.com/tesla/m2eclipse-subclipse

https://github.com/tesla/m2eclipse-subclipse

However:

然而:

A2.It seems the connector is no longer necessary.

A2。似乎不再需要连接器。

I checked out the project using the "checkout" option in the Svn Repository Exploring perspective, and it already had the Maven Nature enabled.

我使用 Svn Repository Exploring 透视图中的“checkout”选项签出该项目,并且它已经启用了 Maven Nature。

I'm using Eclipse 4.3.1, subclipse 1.10.x and m2e-wtp 1.4.

我正在使用 Eclipse 4.3.1、subclipse 1.10.x 和 m2e-wtp 1.4。

回答by Stijn Maller

Once upon a time I answered this very question, but for Subclipse 1.8.xYou're right, getting m2e integration is still a hastle in 1.10.x, using the following update site will get you what you want:

曾几何时我回答了这个问题,但是对于 Subclipse 1.8.x你是对的,在 1.10.x 中获得 m2e 集成仍然很麻烦,使用以下更新站点将得到你想要的:

http://subclipse.tigris.org/m2eclipse/latest/

http://subclipse.tigris.org/m2eclipse/latest/

回答by gnom1gnom

There was an unofficial update of SVN connector. To install it go to http://subclipse.tigris.org/issues/show_bug.cgi?id=1557download attachment org.sonatype.m2e.subclipse.feature-0.13.0-SNAPSHOT-site.zip and follow the steps:

有一个 SVN 连接器的非官方更新。要安装它,请访问http://subclipse.tigris.org/issues/show_bug.cgi?id=1557下载附件 org.sonatype.m2e.subclipse.feature-0.13.0-SNAPSHOT-site.zip 并按照以下步骤操作:

  • Unzip the file to an empty folder somewhere, remember that folder In Eclipse,
  • go to Help/Install New Software…
  • Click “Add…” to add a new site
  • In the window, click on “Local…” and choose the folder where you unzipped the site before. The result in the Location field should look like file:/C:/ theUnzipFolder/
  • Click OK, choose all available packages to install, and continue the installation as usual
  • 将文件解压缩到某个空文件夹中,记住该文件夹在 Eclipse 中,
  • 转到帮助/安装新软件...
  • 单击“添加...”以添加新站点
  • 在窗口中,单击“本地...”并选择之前解压缩站点的文件夹。Location 字段中的结果应类似于 file:/C:/ theUnzipFolder/
  • 单击确定,选择所有可用的软件包进行安装,然后照常继续安装