Is there a way to remove files from source control in Rational/Eclipse? I have some .class files that were inadvertantly checked in and I would like to remove them from source control but I do not see any option to do so. Is there such an option in Rational/Eclipse or perhaps a CVS utility? I really don't want to do this from a command-line.
CVS, like a good bookkeeping system preserves everything you commit - mistakes and all. People have been known to use brute force to remove stuff from the archives, but it's not something I'd recommend.
In an eclipse project, delete the class files, then commit the emptied directory. This should cause CVS to move the files into the Attic.
One of the reasons why Subversion was invented, by the way, is because there's no honest way in CVS to delete an empty directory.
Customer surveys are for companies who didn't pay proper attention to begin with.