Quick intro ----------- The 'commit' script is intended to be used with CVS components in order to maintain a standardised task-based version numbering system. This script has been used successfully on both RISC OS and Unix, but it is on Unix that the script is used by myself. More information about the use of the tool can be found with 'commit -help'. Example usage ------------- Create a new component: prompt> cd ComponentDirectory prompt> commit -new -name Initial version number ? Adding files to the component: prompt> cvs add Commit changes to the component: prompt> commit Commit a minor correction which shouldn't update the version number: prompt> commit -noupdate Check what versions are present on a component: prompt> cvs log VersionNum