Skip to main content
1-Visitor
October 29, 2015
Question

What is the CLI to check whether a member's tip revision is already on a devpath ?

  • October 29, 2015
  • 1 reply
  • 1306 views

CLI to check whether a member's tip revision is already on a devpath

    1 reply

    16-Pearl
    October 30, 2015

    Take a Look at the "si locate" command.

    It gives you the information where (on which dev path) the requetsted member is used in which revision.

    You can also use the "si rlog" command to identify the head revision for a certain member.

    combining These two command in a script should do the Job.

    HTH Matthias