Actions:
|
2023-12-09 13:34 AEST by Arthur Barrett - Customer requests an option to be prompted for a bug number on the command line, eg: -N maybe?
cvs ci -f -N -m "force checkin to set execute bit" build_make.sh
Or even better would be if the server responds with 'bug number required' that the client prompts and then
commits again. This couldn't be automatic though, because it breaks expected behaviour.
cvs ci -f -m "force checkin to set execute bit" build_make.sh
cvs [server aborted]: Bug number is required. |