> I don't think CVS itsself has this functionality but you can always go
> into the repository directories and remove things with rm. Just *BE VERY
> CAREFUL* when your doing this so that you don't delete something you'ld
> like to keep.
Unfortunately, I'm trying to avoid this. I'm not the only one with stuff
checked out in this.
Noel, you seem to be the big CVS hacker. Can you do something so that CVS
will be graceful in this regards?
Right now, if I manually remove files from the repository, future
checkouts will be good, but anyone with stuff checked out will get errors
if they try to update.
Right now, if I just do 'cvs rm', then 'update -dP' will fail.
And, this is a build directory. It will be re-created everytime someone
says 'make'. But we build on three different platforms, and the .o's do
NOT (should not, anyways) go into CVS.
Michael