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

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

hmagnanao
12-Amethyst

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.

ACCEPTED SOLUTION

Accepted Solutions
kthierer
12-Amethyst
(To:hmagnanao)

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

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
kthierer
12-Amethyst
(To:hmagnanao)

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

hmagnanao
12-Amethyst
(To:kthierer)

you can mark this thread as resolved

Announcements


Top Tags