Remove Files
In order to tell CVS that a file is not longer part of the current project (but keep it in the repository for access when looking at previous versions of the software), issue the command:
cvs remove filename
Note: In standard CVS, you must delete the file before you can remove it from the repository. (It is actually moved to a folder called Attic on the repository machine.) In Eclipse, you delete the in the IDE and that tells their CVS to do a remove.