Actions:
|
2011-06-09 10:08 AEST by Arthur Barrett - Some build tools assume that CVS will return an error if it fails.
CVS for historical reasons does not do this. Eg: if 'update' or 'edit' fails on a single file, then the whole
command still returns success, but there are 'error' messages displayed on the screen.
So a customer may want to choose things like:
* if 'c' conflict on update - give error code
* if any file fails, give error (eg: cvs edit) |