DaeYoung
DaeYoung

Reputation: 1229

How to identify which svn plugin is installed in eclipse IDE

I have eclipse Kepler as IDE and I have installed svn plugin a long ago it could be either subclipse or subversion. I can't remember which one I installed. Is there a way easy to verify which plugin is installed?

Upvotes: 0

Views: 274

Answers (1)

greg-449
greg-449

Reputation: 111142

Open the Help > About Eclipse dialog (Eclipse > About Eclipse on Macs).

Click the Installation Details button.

The Installed Software tab will contain several entries for Subversive if that is what you have installed (and something different for Subclipse - I'm not sure what).

Upvotes: 1

Related Questions