Subclipse 插件在 Eclipse 中不起作用?

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

Subclipse plugin doesn't work in Eclipse?

eclipsesubclipse

提问by blackicecube

even though there was no error when installing Subclipse in Eclipse. I won't see the SVN perspective at all? I have tried with "Eclipse Classic 3.5.1" and with "Eclipse for PHP Developers". After downloading and unzipping the packages I used Eclipse's "Install Software" mechanism to install Subclipse 1.6.x. I followed the steps described here: http://www3.math.tu-berlin.de/jreality/mediawiki/index.php/Subclipse_installation_in_eclipse_galileo.

即使在 Eclipse 中安装 Subclipse 时没有错误。我根本就看不到 SVN 视角?我尝试过“Eclipse Classic 3.5.1”和“Eclipse for PHP Developers”。下载并解压软件包后,我使用 Eclipse 的“安装软件”机制来安装 Subclipse 1.6.x。我按照此处描述的步骤操作:http: //www3.math.tu-berlin.de/jreality/mediawiki/index.php/Subclipse_installation_in_eclipse_galileo

But after Eclipse re-starts I don't get any SVN Repository perspective? I have tried to un-install/re-install all the software components many times now. Finally after 3 hours of trying I am giving up. Does anyone have any hint what I am missing?

但是在 Eclipse 重新启动后,我没有得到任何 SVN Repository 透视图?我已经多次尝试卸载/重新安装所有软件组件。最后经过 3 个小时的尝试,我放弃了。有没有人有任何提示我缺少什么?

Thanks!

谢谢!

Peter

彼得

回答by J. L.

I had the same problem. I use Windows 7 64 bits OS. I clean read-only flag of eclipse folder in C:\Program Files (x86) and give full access right to all users on my PC. I reinstalled it from update site and it works.

我有同样的问题。我使用 Windows 7 64 位操作系统。我清除了 C:\Program Files (x86) 中 eclipse 文件夹的只读标志,并为我 PC 上的所有用户提供了完全访问权限。我从更新站点重新安装了它,它可以工作。

回答by Jules

This is a known bug with subclipse: http://subclipse.tigris.org/issues/show_bug.cgi?id=992

这是 subclipse 的一个已知错误:http://subclipse.tigris.org/issues/show_bug.cgi?id =992

EDITFor anyone keeping track of this, it looks like Eclipse Helios SR1 may have fixed the issue. I haven't tested it myself yet, but by the sounds of the discussion at https://bugs.eclipse.org/bugs/show_bug.cgi?id=322929it should now be working.

编辑对于任何跟踪此问题的人,Eclipse Helios SR1 似乎已经解决了该问题。我还没有亲自测试过,但根据https://bugs.eclipse.org/bugs/show_bug.cgi?id=322929上的讨论声音,它现在应该可以工作了。

回答by tom d

I just had this same issue with Ubuntu. It turned out to be permissions. Once I gave write permissions to everywhere in my eclipse installation and then reinstalled subclipse, its views and so forth appeared, just like magic.

我刚刚在 Ubuntu 上遇到了同样的问题。原来是权限问题。一旦我在我的 eclipse 安装中给了任何地方的写权限,然后重新安装 subclipse,它的视图等等就会出现,就像魔术一样。

回答by Cesar

I don't know what you are looking for. But after installing the Subclipse plugin, you should have a new entry in the File | New | Project dialog. Something along the lines of "Checkout project from SVN"

我不知道你在找什么。但是在安装 Subclipse 插件之后,你应该在 File | 中有一个新条目。新 | 项目对话框。类似于“从 SVN 结帐项目”的内容

Then when you hit continue, you can enter your SVN repository details, check the branch you are interested in, etc. After checking out a project, you can right click on it and go to the "Team" submenu to get the features provided by Subclipse like check in code, diff, merge, etc.

然后当你点击继续时,你可以输入你的 SVN 存储库详细信息,检查你感兴趣的分支等。签出一个项目后,你可以右键单击它并转到“团队”子菜单以获取由子剪辑,如签入代码、差异、合并等。

回答by Everett Toews

I ran into the exact same problem too. I installed both Subclipse and GWT/GAE plugins and couldn't find any evidence of them after installation.

我也遇到了完全相同的问题。我安装了 Subclipse 和 GWT/GAE 插件,但在安装后找不到任何证据。

I'm on Windows 7 and had installed Eclipse 3.5 SR2 into C:\Program Files (x86)\eclipse-3.5. I also put my workspace in C:\Program Files (x86)\eclipse-3.5\workspace. When I was checking things I noticed there was a lock icon on the C:\Program Files (x86)\eclipse-3.5\workspace.

我使用的是 Windows 7 并且已将 Eclipse 3.5 SR2 安装到 C:\Program Files (x86)\eclipse-3.5。我还将我的工作区放在 C:\Program Files (x86)\eclipse-3.5\workspace 中。当我检查时,我注意到 C:\Program Files (x86)\eclipse-3.5\workspace 上有一个锁图标。

I reinstalled Eclipse to C:\dev\eclipse and the workspace to C:\dev\eclipse\workspace. After that the installation of the plugins went without a hitch and I could see the SVN Repository Exploring perspective (no idea why some of the other posters claim this perspective doesn't exist). I suspect it was some sort of permissions problem on the directories.

我将 Eclipse 重新安装到 C:\dev\eclipse 并将工作区重新安装到 C:\dev\eclipse\workspace。之后,插件的安装顺利进行,我可以看到 SVN Repository Exploring 透视图(不知道为什么其他一些海报声称这种透视图不存在)。我怀疑这是目录上的某种权限问题。

回答by Scott Smith

I had this problem due to some kind of incompatibility between Subclipse and Android ADT plugins. One answersuggested yoxoswhich gives you all your eclipse plugins from one central repository.

由于 Subclipse 和 Android ADT 插件之间的某种不兼容,我遇到了这个问题。一个答案建议使用yoxos,它从一个中央存储库为您提供所有 eclipse 插件。

回答by Nels Beckman

Another way to check and see if the whole thing was installed correctly is to go to the SVN Repositories view. Go to Window -> Show View -> Other, and then search for SVN. If you see a bunch of SVN views like "Repositories," Subclipse is installed.

另一种检查整个东西是否安装正确的方法是转到 SVN Repositories 视图。转到窗口 -> 显示视图 -> 其他,然后搜索 SVN。如果您看到一堆像“Repositories”这样的 SVN 视图,则说明安装了 Subclipse。

回答by Rob ten Hove

Had the same problem. I work on Linux, and when I installed eclipse in /usr/local/eclipse, Subclipse did not show up. The solution was to install Eclipse locally, e.g. in /home/user/eclipse. Now Subclipse (and other plugins too) worked!

有同样的问题。我在 Linux 上工作,当我在 中安装 eclipse 时/usr/local/eclipse,Subclipse 没有出现。解决方案是在本地安装 Eclipse,例如在/home/user/eclipse. 现在 Subclipse(以及其他插件)工作了!

Edit: guess it could be the same on Windows.

编辑:猜测它在 Windows 上可能是一样的。

回答by samiq

I think this is due to some incompatibilities between the packages of subclipse and the gwt 2.x plugin and android... as this started happen to me after I upgrade to v 2.0 of gwt back in the day.

我认为这是由于 subclipse 的包与 gwt 2.x 插件和 android 之间的一些不兼容......因为这在我升级到 gwt 2.0 版后开始发生在我身上。

The same issue repeats both on Mac and Windows... and it seems no fix has been released.

同样的问题在 Mac 和 Windows 上重复出现……而且似乎没有发布任何修复程序。

Now the only way I've found to move on with my work is to remove subclipse and install the latest subversive plugin instead.

现在我发现继续我的工作的唯一方法是删除 subclipse 并安装最新的颠覆性插件。

http://www.eclipse.org/subversive/

http://www.eclipse.org/subversive/

I know this ain't subclipse but it works very similar and no issues with gwt nor android plugins.

我知道这不是 subclipse,但它的工作原理非常相似,gwt 和 android 插件都没有问题。

it worked for me and so I hope it works for you in the mean time.

它对我有用,所以我希望它同时对你有用。

cheers,

干杯,

G.

G。