Skip to main content
1-Visitor
February 22, 2022
Question

Example to display Checkpoint data with CLI-Command "si viewrevision" in PTC Windchill RV&S 12.4

  • February 22, 2022
  • 2 replies
  • 1356 views

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.

2 replies

HelesicPetr
22-Sapphire II
February 22, 2022

Hi @sklemm 

 

Can this help? cs179153

 

Best Regards

 

PetrH

 

 

sklemm1-VisitorAuthor
1-Visitor
February 22, 2022

Hi PetrH,

 

thanks for the quick reply.

It goes in the right direction but it's not already the solution for my problem:

  • si viewrevision --project=/sample/watch/project.pj --projectRevision=1.3 --revision=1.6 dataStructure.txt > C:\dataStructure.txt

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:

  • si viewrevision --project=/sample/watch/project.pj --projectRevision=rev <Sub-Project of watch>

 

BR

Stephan K.