Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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
