I just discovered the best feature ever...
When using Eclipse with Subclipse you have the option to role back code for every save that you've made locally.
This might not sound like much but I've been burnt several time in visual studio where I think I'm deleting the correct file and click OK to the "This file will be permanently destroyed" message.
Today I deleted what I thought was an old file that has been kicking around the source tree for awhile but it ended up to be something quite useful. Trying to revert the file back from the repository gave me pretty much an empty class as it contained mostly uncommitted work. Right-clicking on the file and selecting Team/Show Local History is likely the smartest thing I've done all day.

Actually, it's a feature of
Actually, it's a feature of Eclipse itself, so it should work with any VC tool (not just Subclipse), or even without version control at all.
Post new comment