Skip to main content
1-Visitor
September 26, 2014
Question

check for merge

  • September 26, 2014
  • 1 reply
  • 924 views

Is there an integrity command or script that would check if any files/members are not merged to a target branch ? So i would give it 2 parameters - a source branch and a target branch.

the script would produce a list of files from the source branch with the their versions that were not merged to the target branch.

    1 reply

    16-Pearl
    September 26, 2014

    Hello Hector,

    I think the command which comes closest to doing what you ask would be si mods. This functionality compares two checkpoints, or a checkpoint with the working files. Something similar to:

    si mods -r <revision1> -r <revision2> --project=<project location>

    or

    si mods -r <label1> -r <label2> --project=<project location>

    For more information, please see si mods in your server's release of the Integrity CLI Reference for Configuration Management located here.

    Regards,

    Kael