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}