Subversive SVN Connectors 未出现在 eclipse juno 中

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

Subversive SVN Connectors does not appear in eclipse juno

eclipsesvnsubversive

提问by Jonathan

the Subversive SVN Connectors does not appear after rebooting eclipse Juno IDE after installing svn from the eclipse marketplace.

从 eclipse 市场安装 svn 后,重新启动 eclipse Juno IDE 后,Subversive SVN 连接器不会出现。

any ideas?

有任何想法吗?

Because of this issue i cannot assign a svn connector to the svn eclipse plugin so therefore it cannot do any svn features at all.

由于这个问题,我无法将 svn 连接器分配给 svn eclipse 插件,因此它根本无法执行任何 svn 功能。

i am running windows 8 and tried to run eclipse in Admin mode but still no joy. anywhere i can download the connectors manually and if so, where do i install it?

我正在运行 Windows 8 并尝试在管理员模式下运行 eclipse,但仍然没有乐趣。我可以在任何地方手动下载连接器,如果可以,我应该在哪里安装它?

回答by Saran

Might help someone...

可能会帮助某人...

From polarionuse thisupdate site. I installed just

polarion使用更新站点。我刚安装

  1. subversive SVN Connectors
  2. SVNKit 1.7.5.v1 Implementation
  3. SVN Team provider connectors source
  1. 颠覆性的 SVN 连接器
  2. SVNKit 1.7.5.v1 实现
  3. SVN 团队提供程序连接器源

After this I found in eclipse preferences Team->SVN has the svn kit 1.7.5 selected and everything started to working.

在此之后,我在 eclipse 首选项中发现 Team->SVN 选择了 svn kit 1.7.5,一切都开始工作了。

回答by dskim

Just remove .metadata folder in your workspace directory and restart

只需删除工作区目录中的 .metadata 文件夹并重新启动

then windows -> preference -> team -> svn click. It will appear

然后windows->首选项->团队->svn点击。它会出现

回答by Pl4yeR

I cannot add new comments. Just facing same problem. Updating @Saran answer:

我无法添加新评论。只是面临同样的问题。更新@Saran答案

Eclipse Marssite is

Eclipse Mars站点是

http://community.polarion.com/projects/subversive/download/eclipse/5.0/mars-site/

http://community.polarion.com/projects/subversive/download/eclipse/5.0/mars-site/

Eclipse Lunasite is

Eclipse Luna站点是

http://community.polarion.com/projects/subversive/download/eclipse/4.0/luna-site/

http://community.polarion.com/projects/subversive/download/eclipse/4.0/luna-site/

Eclipse Keplersite is

Eclipse Kepler站点是

http://community.polarion.com/projects/subversive/download/eclipse/3.0/kepler-site/

http://community.polarion.com/projects/subversive/download/eclipse/3.0/kepler-site/

You can install svn conectors manually from there.

您可以从那里手动安装 svn 连接器。

(Remember: Help menu -> Install new software -> paste site url)

(记住:帮助菜单 -> 安装新软件 -> 粘贴站点 url)

回答by NullPointer

For me, switching to a fresh workspace fixed the issue. I followed this link. The automatic connector discovery tool popped up once I switched to a new workspace.

对我来说,切换到新的工作区解决了这个问题。我跟着这个链接。一旦我切换到一个新的工作区,自动连接器发现工具就会弹出。

回答by sagits

Switching workspaces worked.

切换工作区有效。

Also for newer Subversive version`s, the connectors showon the: windows > preferences > team > svn (in a tab inside this window), instead ofthe old svn > connectors menu.

同样对于较新的 Subversive 版本,连接器显示在: windows > 首选项 > 团队 > svn(在此窗口内的选项卡中)而不是旧的svn > 连接器菜单

回答by artbristol

Can I suggest the CollabNet Eclipse desktop instead of the Marketplace SVN?

我可以推荐 CollabNet Eclipse 桌面而不是 Marketplace SVN 吗?

http://desktop-eclipse.open.collab.net/

http://desktop-eclipse.open.collab.net/

I've found its installation to be much less painful than any other way of getting SVN into Eclipse.

我发现它的安装比将 SVN 导入 Eclipse 的任何其他方式都要少得多。

回答by Marcelo Barros

  1. Close your Eclipse.
  2. In your workspace directory, open (.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.team.svn.ui.prefs).
  3. Change the option firstStartup=falseto firstStartup=true.
  4. Re-open Eclipse again.
  1. 关闭 Eclipse。
  2. 在您的工作区目录中,打开(.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.team.svn.ui.prefs)。
  3. 将选项firstStartup=false更改为firstStartup=true
  4. 再次重新打开 Eclipse。