2

This is VERY weird. I've been using Eclipse for over 4 years, and for some reason my Subversion integration disappeared today. I've uninstalled and reinstalled Subclipse 3 times already and it never re-appears. My installation log and configuration shows subclipse installed, but all I have under 'Team' in preferences is 'CVS', no Subversion. What would make this happen?

UPDATE

After an upgrade to eclipse via update-manager on Ubuntu, my team provider plugins appeared again and are working perfectly. Very bizarre.

2 Answers2

1

I finally solved this by deleting both my ~/.eclipse directory and my workspace directory. I then reinstalled the Subclipse and MercurialEclipse plugins and SVN/Mercurial show up as Team Synchronization options.

0

Any luck? Maybe try Subversive if for some reason Subclipse does not work. Also verify that you didn't remove svn from the system path.

Brian
  • 200