[Meta-diff-devel] lv-diff readme.txt,1.4,1.5
Brought to you by:
undees
From: Sebastian S. <ey...@us...> - 2005-07-30 11:13:04
|
Update of /cvsroot/meta-diff/lv-diff In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3313/lv-diff Modified Files: readme.txt Log Message: Fixed line endings and added copyright as in metadiff. Index: readme.txt =================================================================== RCS file: /cvsroot/meta-diff/lv-diff/readme.txt,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** readme.txt 23 May 2005 08:26:23 -0000 1.4 --- readme.txt 30 Jul 2005 11:12:39 -0000 1.5 *************** *** 1,29 **** ! LVDiff - a tool to launch LabVIEW and compare two VIs. ! v2.1 ! (c) 2001, 2005 Ian Dees ! undees at users.sourceforge.net ! ! Overview ! ! This program was written to take advantage of the "external diff tool" option of many source code control systems. LVDiff can be launched at the command line, just like any other diff program. ! ! New in v2.1 ! Added Jan Klostermann's error-checking code. ! ! New in v2.0 ! Added Jim Kring's LabVIEW code to call the comparison VI dynamically (thanks, Jim!). ! Added LabVIEW code to delete lvdiff.ini after the diff is done. ! Added C++ code to keep the executable running until LabVIEW deletes lvdiff.ini (or until a minute passes), so that the source code control program doesn't delete any files too soon. ! ! ! Usage ! ! LVDiff starts LabVIEW and uses the native VI comparison tools built into LabVIEW. Therefore, LVDiff requires the LabVIEW Professional Development System. ! ! To use LVDiff, edit the .lvdiff file to point to your installations of LabVIEW and LVDiff. Do not put whitespace around the equals sign, and do not enclose your path names in quotes. Then, run "lvdiff file1 file2", where file1 and file2 are the full paths to the two files you are comparing. ! ! If you are using a source code control program and want to use LVDiff along with a text-based diff utility, check out meta-diff at ! ! http://meta-diff.sourceforge.net ! ! Enjoy! --- 1,42 ---- ! // LVDiff - a tool to launch LabVIEW and compare two VIs. ! v2.1 ! (c) 2001-2005 Ian Dees ! undees at users.sourceforge.net ! (c) 2005 Sebastian Schuberth ! eyebex at users.sourceforge.net ! ! ! Overview ! ! This program was written to take advantage of the "external diff tool" option of ! many source code control systems. LVDiff can be launched at the command line, ! just like any other diff program. ! ! New in v2.1 ! Added Jan Klostermann's error-checking code. ! ! New in v2.0 ! Added Jim Kring's LabVIEW code to call the comparison VI dynamically (thanks, ! Jim!). ! Added LabVIEW code to delete lvdiff.ini after the diff is done. ! Added C++ code to keep the executable running until LabVIEW deletes lvdiff.ini ! (or until a minute passes), so that the source code control program doesn't ! delete any files too soon. ! ! ! Usage ! ! LVDiff starts LabVIEW and uses the native VI comparison tools built into LabVIEW. ! Therefore, LVDiff requires the LabVIEW Professional Development System. ! ! To use LVDiff, edit the .lvdiff file to point to your installations of LabVIEW ! and LVDiff. Do not put whitespace around the equals sign, and do not enclose ! your path names in quotes. Then, run "lvdiff file1 file2", where file1 and file2 ! are the full paths to the two files you are comparing. ! ! If you are using a source code control program and want to use LVDiff along with ! a text-based diff utility, check out meta-diff at ! ! http://meta-diff.sourceforge.net ! ! Enjoy! |