| Figure 1:  CVS keywords
add	Add a new file or directory 
admin	History file administration 
annotate	Show each modified line of a file's last revison 
checkout	Get a copy of the sources and CVS information 
commit	Check modified files into the repository 
edit	Prepare to edit a file with a "watch" lock 
editors	List users editing a watched file 
export	Get copy of the sources without the CVS information 
history	Print repository access history 
import	Import files into the repository 
log	Print revision log of files 
login	Prompt for password 
logout	Remove stored password 
release	Indicate that a file or directory is no longer in use 
remove	Remove a file file from the repository 
rtag	Add a symbolic tag to a repository file 
status	Print status information in a working directory 
tag	Add a symbolic tag to a checked out file 
unedit	Undo an edit command 
update	Update files in working tree with the repository 
watch	Control read-only file checkouts 
watchers	Print users who have a watch on a file |