Wiki
LV Merge and Diff Wrapper / Home
Configure SourceTree to use LV Merge and Diff Wrapper
- In SourceTree go to Tools -> Options -> Diff.
- Change the External Diff and Merge Tools from 'System Default' to 'Custom'.
- Change the External Diff and Merge Commands and Arguments to the values below.
- Click OK
Note: on 32-bit computers you must remove the "[space](x86)" from the below paths.
Diff Command: C:\Program Files (x86)\LV Merge and Diff Wrapper\LV Diff Wrapper.exe Diff Arguments: \"$LOCAL\" \"$BASE\" -nobdcosm -nobdpos Merge Command: C:\Program Files (x86)\LV Merge and Diff Wrapper\LV Merge Wrapper.exe Merge Arguments: \"$BASE\" \"$REMOTE\" \"$LOCAL\" \"$MERGED\"
Recommended SourceTree Options
Tools -> Options
- General -> Spell check commit messages On
- Git -> Do not fast-forward when merging, always create commit On
Recommended LabVIEW Options
- Configure LabVIEW to work nicely with Source Control by doing the following.
- Open LabVIEW
- Go to Tools -> Options -> Environment -> General
- Check the "Separate compiled code from new files" checkbox.
- Click OK
Updated