Diff LabVIEW: Difference between revisions
Appearance
Diff LabVIEW files directly from explorer |
No edit summary |
||
Line 1: | Line 1: | ||
In order to use a [[Source Code Control Tools|SCC tool]] with [[LabVIEW|LabVIEW]] files directly from the Windows Explorer, [http://www.altap.cz Altap Salamander] or similar file browser, it's possible to use LVCompare.exe deliverd by [[NI|NI]] in the <LabVIEW>\Shared folder.<br> For [[TortoiseSVN client to Subversion|TortoiseSVN]] the following settings can be used:<br> | In order to use a [[Source Code Control Tools|SCC tool]] with [[LabVIEW|LabVIEW]] files directly from the Windows Explorer, [http://www.altap.cz Altap Salamander] or similar file browser, it's possible to use LVCompare.exe deliverd by [[NI|NI]] in the <LabVIEW>\Shared folder.<br> For [[TortoiseSVN client to Subversion|TortoiseSVN]] the following settings can be used:<br> | ||
(TortoiseSVN -> Settings -> Diff Viewer -> Advanced) <br> | (TortoiseSVN -> Settings -> Diff Viewer -> Advanced) <br> | ||
<pre>Filename/Extension: .vi | <pre>Filename/Extension: .vi | ||
Program: "C:\Program Files\National Instruments\Shared\LabVIEW Compare\LVCompare.exe" -nobdcosm -nobdpos %mine %base</pre> | Program: "C:\Program Files\National Instruments\Shared\LabVIEW Compare\LVCompare.exe" -nobdcosm -nobdpos %mine %base</pre> | ||
[[Category:SCC]] | [[Category:SCC]] | ||
[[Category:LabVIEW]] | [[Category:LabVIEW]] | ||
[[Category:SCC]] | [[Category:SCC]] | ||
[[Category:LabVIEW]] | [[Category:LabVIEW]] |
Revision as of 18:47, 18 September 2012
In order to use a SCC tool with LabVIEW files directly from the Windows Explorer, Altap Salamander or similar file browser, it's possible to use LVCompare.exe deliverd by NI in the <LabVIEW>\Shared folder.
For TortoiseSVN the following settings can be used:
(TortoiseSVN -> Settings -> Diff Viewer -> Advanced)
Filename/Extension: .vi Program: "C:\Program Files\National Instruments\Shared\LabVIEW Compare\LVCompare.exe" -nobdcosm -nobdpos %mine %base