Description
Use the ensure-diffs-reviewed
trigger to ensure that the difference between the current content and proposed content of each file is the same as the difference between the base and proposed content in the review by comparing the line-wise changes.
Command Line Syntax
ccollab [global-options] admin trigger ensure-diffs-reviewed [--ignore-integrate] [--no-keywords --review-id-regex <value>] <changelist-id>
Command Options
Option |
Required? |
Description |
---|---|---|
No |
Allow integration changes to proceed without review |
|
No |
Disallow keyword expansion |
|
No |
Regular Expression that identifies Review ID in commit comment |
|
Yes |
Changelist ID |
Remarks
![]() |
If any of Collaborator clients have the smartbear.ccollab.upload.truncate.size VM option set up, consider using ccollab admin trigger ensure-reviewed instead of this trigger. This VM option truncates the uploaded files up to the specified size. As a result, the ensure-diffs-reviewed and ensure-content-reviewed triggers will compare only the remaining parts of the truncated files. |