

You can also view the differences between any two documents in history with the CVS->History command from the right click menu.įilter out comment lines and other noise from right within the side by side differences view in CVS Suite. Right ClickĬhecking the changes you have made to a document is as quick as a right click away. CVS Suite side by side Differences viewer allows you to see all your chages at a glance. Document properties and macros are also shown in the side by side view - so you can be sure you are comparing all the changes. The text portion of any Microsoft Word, Microsoft Excel or Microsoft Powerpoint document can be compared side by side with the latest version. With CVS Suite tracking changes in Microsoft Office documents is easy.

This is the result: Ĭmd = "/c/Program\\ Files/WinMerge/WinMergeU.With the included side by side Diff and Merge utility you can compare the changes between any two historical version os file, or the current copy on disk with a repository version. And lastly, the options for mergetool are improved. The path to the WinMergeU.exe is adjusted. Since I am happy with the Git internal diff tool, I will leave out that configuration. To apply this for my machine and scenario, I made some adjustments. Ĭmd = "/c/Program\\ Files\\ \\(x86\\)/WinMerge/WinMergeU.exe" -u -e -dl \"Local\" -dr \"Remote\" $LOCAL $REMOTE $MERGEDĬmd = "/c/Program\\ Files\\ \\(x86\\)/WinMerge/WinMergeU.exe" -u -e $LOCAL $REMOTEĪs was pointed out in the comments, this will work for diff but can potentially provide some trouble for merge. In my research I came across this helpful Gist by Shawn Dumas. Today I wanted to set up WinMerge as default mergetool for Git.
