Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
I need a command to check if a subproject already exists on the trunk or mainline of a project.
Solved! Go to Solution.
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
Hello Hector,
si viewproject -R -P <TopLevelProject> should list all the projects on the mainline/trunk of <TopLevelProject>.
Regards,
Kael
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