Diff Teststand: Difference between revisions
Appearance
New page: In order to use a SCC tool with teststand sequence files, it's possible to use SeqFileDifferApp.exe deliverd by NI in the <Teststand&g... |
m I used the second entry with TestStand 2021 SP1 (64-bit) - it also worked despite the file differ launcher being in the Program Files (x86) directory. |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
In order to use a [[ | In order to use a [[Source Code Control Tools|SCC tool]] with [[Teststand|teststand]] sequence files, it's possible to use SeqFileDifferApp.exe deliverd by [[NI|NI]] in the <Teststand>\bin folder.<br> | ||
For [[ | For [[TortoiseSVN client to Subversion|TortoiseSVN]] the following settings can be used<ref>http://lavag.org/topic/12386-tortoisesvn-diff-with-teststand-sequences/page__view__findpost__p__74269</ref>: | ||
<pre>"C:\Program Files\National Instruments\TestStand 4.2\Bin\SequenceFileDiffer.exe" %base %mine | <pre>"C:\Program Files\National Instruments\TestStand 4.2\Bin\SequenceFileDiffer.exe" %base %mine</pre> | ||
</pre> | |||
For later versions<ref>Verified with 32-bit versions of TestStand 2014 and 2016 and 64-bit version of TestStand 2021 SP1.</ref> of TestStand, the following settings can be used for [[TortoiseSVN client to Subversion|TortoiseSVN]]: | |||
<pre>"C:\Program Files (x86)\National Instruments\shared\TestStand\FileDifferLauncher.exe" %base %mine</pre> | |||
References/Notes: | |||
[[Category:SCC]] | [[Category:SCC]] | ||
[[Category:TestStand]] | |||
Latest revision as of 13:47, 13 February 2024
In order to use a SCC tool with teststand sequence files, it's possible to use SeqFileDifferApp.exe deliverd by NI in the <Teststand>\bin folder.
For TortoiseSVN the following settings can be used[1]:
"C:\Program Files\National Instruments\TestStand 4.2\Bin\SequenceFileDiffer.exe" %base %mine
For later versions[2] of TestStand, the following settings can be used for TortoiseSVN:
"C:\Program Files (x86)\National Instruments\shared\TestStand\FileDifferLauncher.exe" %base %mine
References/Notes:
- ↑ http://lavag.org/topic/12386-tortoisesvn-diff-with-teststand-sequences/page__view__findpost__p__74269
- ↑ Verified with 32-bit versions of TestStand 2014 and 2016 and 64-bit version of TestStand 2021 SP1.