2013-01-21 15:45 AEST by Arthur Barrett - Several customers have asked for a command line 'single step' promote.
ie: currently we recommend:
cvs update -j
** review results ***
cvs commit
but they want:
cvs rupdate -j
This would have the side-effect of enforcing the promote ACL's better (i.e.: no opportunity to 'change'
what is being promoted. So maybe it also needs some way of 'disabling' a client commit on the
promotion levels (i.e.: a new ACL type?)
But there are lots of issues with rupdate.
eg:
- what to do if there is a conflict?
- ??? |