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

Community Tip - Need help navigating or using the PTC Community? Contact the community team. X

What is the CLI to check if a subproject exists on the trunk of a project ?

hmagnanao
1-Newbie

What is the CLI to check if a subproject exists on the trunk of a project ?

I need a command to check if a subproject already exists on the trunk or mainline of a project.

1 ACCEPTED SOLUTION

Accepted Solutions

If you have a sandbox at hand you could also try something like

C:\my_variant_sandbox\subproject1> si locate -S project.pj

or

C:\my_variant_sandbox\subproject1> si locate -S project.pj --gui

View solution in original post

3 REPLIES 3
KaelLizak
14-Alexandrite
(To:hmagnanao)

Hello Hector,

si viewproject -R -P <TopLevelProject>  should list all the projects on the mainline/trunk of <TopLevelProject>.

Regards,
Kael


Kind Regards,
Kael Lizak

Senior Technical Support Engineer
PTC Integrity Lifecycle Manager

If you have a sandbox at hand you could also try something like

C:\my_variant_sandbox\subproject1> si locate -S project.pj

or

C:\my_variant_sandbox\subproject1> si locate -S project.pj --gui

you can mark this thread as resolved

Top Tags