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... |
mNo edit summary |
||
| 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:<br> | ||
<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> | ||
Reported by Asbo<ref>http://lavag.org/topic/12386-tortoisesvn-diff-with-teststand-sequences/page__view__findpost__p__74269</ref> | Reported by Asbo<ref>http://lavag.org/topic/12386-tortoisesvn-diff-with-teststand-sequences/page__view__findpost__p__74269</ref> | ||
[[Category:SCC]] | [[Category:SCC]] | ||
[[Category:Teststand]] | |||
Revision as of 17:03, 11 May 2010
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:
"C:\Program Files\National Instruments\TestStand 4.2\Bin\SequenceFileDiffer.exe" %base %mine
Reported by Asbo[1]