Eclipse – Subclipse installed but no features appear in Eclipse 4.2 Juno

eclipseeclipse-junosubclipse

I've installed Eclipse 4.2 (Juno) and am trying to get Subclipse to work. I used the 1.8.x update site:

http://subclipse.tigris.org/update_1.8.x

Installing is no problem. Here's what it looks like installed:

enter image description here

However, even though it's installed, there's no sign of it in Eclipse anywhere other than the page of packages above. No SVN perspectives, nothing in the preferences menu, nothing in the context menu under "Team…", no SVN annotations on my projects.

I've had this problem with earlier versions of Eclipse when using Subclipse, but it usually went away after I uninstall all of Subclipse and then reinstall it. However, multiple attempts to do that didn't fix this situation, so I'm not sure what is going on.

As you can see, there is very little installed – just m2e and subclipse.

EDIT: I realized that I had two different versions of m2e installed – the one that came with eclipse and the version I installed from the update URL. When I removed the one I installed, Subclipse started working again. Clearly some strange conflict between the different plugins caused this problem. However, I'm not sure what is the best way to fix situations like this in the future – where are the error and/or other logs to check to find out when something has likely broken?

Best Answer

This would have to be some kind of Eclipse bug as it owns the install process. Stuff like showing items in the list of Perspectives or Views or Preferences only requires Eclipse to parse the plugin.xml. The fact that Eclipse is not showing any of those items means something is wrong in Eclipse. Maybe some kind of filesystem permission issue somewhere?

Have you checked the Eclipse error log to see if anything was logged?