I'm a novice to Eclipse CDT and its UI for CVS.
In command-line CVS, "cvs release" undoes the effect of "cvs checkout". http://ximbiot.com/cvs/manual/cvs-1.11.23/cvs_16.html#SEC156
How do I "release" a checkout in Eclipse CDT?
Thanks!
EDIT: I guess you could do it like this:
1. Eclipse: Delete project
2. In shell, run
% cvs release workspace/project
% rm -rf workspace/project
But resorting to the command line isn't so nice for a GUI IDE.