Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
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.
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