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

Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X

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

hmagnanao
1-Newbie

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

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

1 REPLY 1
mrump
14-Alexandrite
(To:hmagnanao)

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

Top Tags