Description
Use the ensure-review-started
trigger to ensure that a review for the specified changelist has been started. The trigger blocks the submit operation if there is no review for the changelist in Collaborator, and displays an error message telling that the changes need to be reviewed before submitting them to the repository.
Command Line Syntax
ccollab [global-options] admin trigger ensure-review-started [--ignore-integrate] [--review-id-regex <value>] <changelist-id>
Command Options
Option |
Required? |
Description |
---|---|---|
Yes |
The changelist identifier. |
|
No |
(Perforce only.) If specified, Collaborator ignores the merge changes to the source control (that is, the trigger is not fired for these changes). |
|
No |
A regular expression that identifies the review ID in the commit comment. |
See Version Control specific descriptions - Perforce, Subversion and Git.
This trigger ensures that a Review has been started before changes can be committed to version control.