cvs:remove
Delete file(s)
First delete the actual files from the working directory.
Then issue the command:
cvs rem [file(s)]
to schedule the files for removal from the module.
Finally do a commit to actually delete the files from the module.
Example:
rm file.cc file.h cvs rem file.{cc,h} cvs commit -m"Removed file"
cvs/remove.txt · Last modified: 2007/11/16 11:51 by deva