I want to commit my working copy to CVS repository, first I do:
>>> cvs -n update
to see what changes were made. I get the following:
cvs update: warning: crc/etable.tar.gz was lost
Then I try to commit:
>>> commit cvs
cvs commit: Up-to-date check failed for `crc/etable.tar.gz'
cvs [commit aborted]: correct above errors first!
I don't understand what I'm missing above. If a file is deleted from my working copy, why is it a problem? How do I solve this issue and commit to CVS repository?
Best Regards