Skip to main content
1-Visitor
November 4, 2015
Solved

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

  • November 4, 2015
  • 2 replies
  • 1797 views

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

    Best answer by kthierer

    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

    2 replies

    16-Pearl
    November 4, 2015

    Hello Hector,

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

    Regards,
    Kael

    kthierer12-AmethystAnswer
    12-Amethyst
    November 11, 2015

    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

    hmagnanao1-VisitorAuthor
    1-Visitor
    November 11, 2015

    you can mark this thread as resolved