user2256798
user2256798

Reputation:

Eclipse undo changes to project to particular time?

Is it possible to undo changes to a project till a particular time? Like say, restore project to how it was at 1:00pm?

Upvotes: 10

Views: 27770

Answers (2)

Arshdeep Singh Sandhu
Arshdeep Singh Sandhu

Reputation: 93

Right-click the project folder, choose "Restore from Local History..." Check the files that you would like to get reverted back. This won't undo the fetch per se, but it'll get your files back.

Upvotes: 0

Rahul
Rahul

Reputation: 45060

In the editor in your eclipse, do this, Right Click -> Replace With -> Local History...

From the list of entries in Revision Time, select the revision you want, compare the changes, and if they look okay, replace it.

Done!

Upvotes: 13

Related Questions