1 CVS: ----------------------------------------------------------------------
2 CVS: CVS Commits to CMake/ITK/ParaView/VTK require commit type in the
3 CVS: comment. Valid commit types are:
5 CVS: BUG: - a change made to fix a runtime issue
6 CVS: (crash, segmentation fault, exception, or incorrect result,
7 CVS: COMP: - a fix for a compilation issue, error or warning,
8 CVS: ENH: - new functionality added to the project,
9 CVS: PERF: - a performance improvement,
10 CVS: STYLE: - a change that does not impact the logic or execution of the
11 CVS: code. (improve coding style, comments, documentation).
13 CVS: The cvs command to commit the change is:
15 CVS: cvs commit -m "BUG: fixed core dump when passed float data" filename
17 CVS: you can also use the syntax below which omits the -m flag. In this
18 CVS: case cvs will start up an editor for you to enter a comment on why you
21 CVS: cvs commit filename
22 CVS: ----------------------------------------------------------------------