06-01-2022 04:23 AM
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?
06-02-2022 11:26 PM
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
06-03-2022 01:41 AM
@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
06-03-2022 08:48 AM
I don't think that is stored in the sequence file. What makes you think it is?
06-03-2022 11:12 AM
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)
06-07-2022 02:05 AM
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.
Is this comment not stored in the Sequence file?