Add new files or directories to the repository
cvs add [filenames]
Add new binary files to the repository
cvs add -kb [filenames]
Remove files or directories from the repository
cvs remove [filenames]
Remove files or directories and delete from the sandbox
cvs remove -f [filenames]
Top |