cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X

check for merge

hmagnanao
1-Newbie

check for merge

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 1
KaelLizak
14-Alexandrite
(To:hmagnanao)

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


Kind Regards,
Kael Lizak

Senior Technical Support Engineer
PTC Integrity Lifecycle Manager
Top Tags