Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Hello,
we are interested to get an example to display data of specific Checkpoint with CLI-Command "si viewrevision" in PTC Windchill RV&S 12.4.
We tried with basic code as follows:
si viewrevision --hostname=server --port=number --user=name --yes --project=/<ProjectPath>/project.pj --projectRevision=rev member ...
Unfortunately there was no success.
Maybe the reason is wrong syntax of the member.
Hence we need to know the correct syntax for the "member..." at the end of the command line.
Additional we need to know whether "--devpath" is needed to add or not.
In our application we have no development paths.
Would be greate to get an example of the complete command line.
Best Regards
Stephan K.
Hi PetrH,
thanks for the quick reply.
It goes in the right direction but it's not already the solution for my problem:
I wonder why above code contains two revisions, a file revision and a project (folder) revision.
In the above example the member is a file.
I need a solution if the member is a project (folder), something like this but with correct syntax for the member:
BR
Stephan K.