What is the CLI to check if a subproject exists on the trunk of a project ?
Nov 04, 2015
11:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Nov 04, 2015
11:07 AM
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.
Solved! Go to Solution.
- Tags:
- source_cli
ACCEPTED SOLUTION
Accepted Solutions
Nov 11, 2015
04:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Nov 11, 2015
04:26 AM
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
3 REPLIES 3
Nov 04, 2015
01:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Nov 04, 2015
01:20 PM
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
Nov 11, 2015
04:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Nov 11, 2015
04:26 AM
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
Nov 11, 2015
10:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Nov 11, 2015
10:42 AM
you can mark this thread as resolved
