Create a new repository (requires the `$CVSROOT` environment variable to be set externally)
cvs -d path/to/repository initAdd a project to the repository
cvs import -m "message" project_name version vendorCheckout a project
cvs checkout project_nameShow changes made to files
Commit a file
cvs commit -m "message" path/to/fileUpdate the working directory from the remote repository