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
Subversive SVN Connectors does not appear in eclipse juno
提问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
- subversive SVN Connectors
- SVNKit 1.7.5.v1 Implementation
- SVN Team provider connectors source
- 颠覆性的 SVN 连接器
- SVNKit 1.7.5.v1 实现
- 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
回答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
- Close your Eclipse.
- In your workspace directory, open (.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.team.svn.ui.prefs).
- Change the option firstStartup=falseto firstStartup=true.
- Re-open Eclipse again.
- 关闭 Eclipse。
- 在您的工作区目录中,打开(.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.team.svn.ui.prefs)。
- 将选项firstStartup=false更改为firstStartup=true。
- 再次重新打开 Eclipse。