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:
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?