Previous: add options, Up: add [Contents][Index]
$ mkdir doc $ cvs add doc Directory /path/to/repository/doc added to the repository
$ >TODO $ cvs add TODO cvs add: scheduling file `TODO' for addition cvs add: use 'cvs commit' to add this file permanently
remove
command$ rm -f makefile $ cvs remove makefile cvs remove: scheduling `makefile' for removal cvs remove: use 'cvs commit' to remove this file permanently $ cvs add makefile U makefile cvs add: makefile, version 1.2, resurrected