NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Programmatically get version history from a sequence file with Labview.

Hi

I'm making a program that store sequence files to SVN in LabVIEW.
I want to Programmatically get version history from the sequence file.
I found this tropic How to Get Sequence File Version Programmatically in LabVIEW - NI, but I can find anything that read the version history from the file.
Is it possible to get that?

0 Kudos
Message 1 of 6
(1,526 Views)

Hi,

 

You can look at the commands supported by SVN from command line.

 

Using command prompt from LabVIEW call the appropriate command and parse the return value.

 

Ravi

0 Kudos
Message 2 of 6
(1,495 Views)

@Ravi
Sorry, but I was probably not precise enough.

I want to get version history from the TestStand Sequence file. Not from SVN 🙂

 

regards Bjarne

0 Kudos
Message 3 of 6
(1,488 Views)

I don't think that is stored in the sequence file.  What makes you think it is?

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 4 of 6
(1,483 Views)

Version history is not stored in the Sequence file and definitely not the commits you made to SVN (only SVN knows your commits and comments)

 

 

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 5 of 6
(1,478 Views)

Thanks
Just to be fully sure.
I'm new to TestStand so maybe I'm using the wrong words for what I want to achieve.
When I save a new version of a sequence file in TestStand, I can write a comment about the change I have made.

Briton_1-1654585005314.png

 

Is this comment not stored in the Sequence file?

0 Kudos
Message 6 of 6
(1,465 Views)