Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to revert a software update in Eclipse

Tags:

I think the last update of an Eclipse plugin is causing errors, how can I revert to the version previous to the latest update ?

(the plugin is PHPsrc : http://www.phpsrc.org/)

Thanks

like image 878
Matthieu Napoli Avatar asked Oct 04 '10 13:10

Matthieu Napoli


People also ask

How do I downgrade Eclipse version?

If you decide to go back to one of the old configurations just select it an click Revert. NOTE: Sometimes Eclipse might need the update site for the plugins involved in the revert operation, to add them go to Window > Preferences > Install/Update > Available Software Sites.

How do I restore a previous version of a project in Eclipse?

1 Answer. Show activity on this post. Right click on the individual files and select 'Replace With > Local History' to see the history that Eclipse has. Eclipse only keeps history for a limited period.


1 Answers

To revert, select menu Help > About Eclipse.

In the dialog box, click the Installation Details button. Then select the Installation History tab.

Now you'll see a list of previous configurations; you can select one of them, and the Revert button will be enabled. Now you can click it to revert to the selected configuration.

like image 176
Ladlestein Avatar answered Mar 01 '23 23:03

Ladlestein