User Tools

Site Tools


cvs:remove

This is an old revision of the document!


Delete file(s)

First delete the actual files from the working directory.
Then issue the command:

cvs del [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 del file.{cc,h}
cvs commit -m"Removed file"
cvs/remove.1195210298.txt.gz · Last modified: 2007/11/16 11:51 by deva