cvs:commit
Committing changes
To commit all changes recursively in the working driectory, simply do a
cvs commit -m[message]
from the root of the working repository.
If only a single file, or a selection of files are wished to be included in the commit, do a
cvs commit -m[message] [file(s)]
Example:
cvs commit -m"Made some changes..." file.{cc,h}
cvs/commit.txt · Last modified: 2007/11/16 11:54 by deva