Jump to content

Diff Teststand: Difference between revisions

From LabVIEW Wiki
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 [[Source_Code_Control_Tools|SCC tool]] with [[teststand|teststand]] sequence files, it's possible to use SeqFileDifferApp.exe deliverd by [[NI|NI]] in the &lt;Teststand&gt;\bin folder.<br>
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 &lt;Teststand&gt;\bin folder.<br>  


For [[TortoiseSVN_client_to_Subversion|TortoiseSVN]] the following settings can be used:<br>
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"&nbsp;%base&nbsp;%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]