


This feature is called “line filters” more about it here . WinMerge contains feature to ignore lines specified with regex expressions. To really benefit from using WinMerge for SSIS there is another trick available. That’s it really after saving this file your default diff tool will be winmerge. To change a default diff tool just add another and sections and change tool= to the name of tools you just defined.Ĭmd = \"C:/Program Files (x86)/WinMerge/WinMergeU.exe\" -e $LOCAL $REMOTE In it you will find file called config with simmilar content to this one:Ĭmd = \"C:\\Program Files (x86)\\Microsoft Visual Studio 12.0\\Common7\\IDE\\vsdiffmerge.exe\" \"$LOCAL\" \"$REMOTE\" //tĬmd = \"C:\\Program Files (x86)\\Microsoft Visual Studio 12.0\\Common7\\IDE\\vsdiffmerge.exe\" \"$REMOTE\" \"$LOCAL\" \"$BASE\" \"$MERGED\" //m If your project is already configured to use git as source control, navigate to project root using windows explorer and locate. It is configurable, but a little more hidden. Unfortunately for git it is not in UI anywhere. If you are using TFS this is not hard, because there is a setting to choose own diff app in Visual Studio settings. But how to do it for source control files. What can we do to make it just a little bit better? One answer would be use a powerful diff tool like WinMerge. Comparing SSIS in VisualStudio can be a real pain in the ass.
