Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
cvs [cvs-options] commit [options] [files ...]
Commit changes in a sandbox to the repository. Until a commit is run, changes such as modified, new, or removed files are not reflected in the repository. If no files are listed as arguments, CVS uploads all changes in the current sandbox.
Unless you use either the -m or -F options, commit calls an editor to request a log message.
If there have been changes in the repository version of a file since it was last synchronized with the repository, and the local version has also changed, you have a conflict and the file cannot be committed. You can try to commit the file again once you have updated it using cvs update or cvs checkout. The update will include an attempt to merge the file.
Synonyms: ci, com
Standard subcommand options: -l, -m, -n, -r, -R