Archive for Eclipse

Eclipse CVS Attic

Today I was wondering how to get a file out of the CVS attic and back into a project. A quick google search brought up a short article explaining the simple procedure. In Eclipse right click somewhere in the project and select:

Team -> Restore From Repository…

This will bring up the “Restore from Repository” dialog. Select the files and their respective revisions you would like to restore and you’re done. Piece of pie.

Comments