Setting up Plastic SCM with an external diff tool
In this blogpost we will go through very few steps to setup an external diff tool to work with Plastic SCM. The tool we will use here is Beyond Compare from Scooter Software.
Motivation
Although Plastic SCM comes with a powerful diff tool, but there can be times were you want to use your preferred tool to diff some binary files of any type of your choice with your diff tool, an example here could be Microsoft excel files, which are not supported by our diff tool but Beyond Compare which is a dedicated file compare tool can handle.
The procedure described here to setup Plastic SCM with an external diff tool can be applied virtually to any other tool.
Lets start setting things up
Find your favorite compare/diff tool and install it; in my case I installed Beyond Compare to diff 2 excel files within Plastic Gui.
Beyond Compare executable is called BCompare.exe and can be executed from the command line with c:\BCompare.exe file1excel.xlsx file2excel.xlsx, so basically when you setup Plastic SCM with Beyond Compare and diffing from Plastic SCM on a revision of a versioned excel file, Plastic will call the BCompare.exe and feed it with the two filenames (or revisions) needed to perform the diff.
To setup Plastic SCM with Beyond Compare diff tool:
- In PlasticSCM client go to-->Preferences-->Diff tools--ADD
- In the Define Diff tool configuration window choose:
- External Diff tool
- Insert the full path to BCompare.exe with the needed arguments: "C:\Program Files\Beyond Compare\BCompare.exe" @sourcefile @destinationfile
- Choose "Use this tool for files with extension:" .xlsx
- Push "Apply & OK" to close the window.
- Place the Beyond Compare for *.xlsx files to be the first in the list.
- In PlasticSCM client items view, mark your excel sheet, do a "diff with
previous" or "diff" with any other revision. - Beyond Compare will fire on the two excel revisions that you diffed within
PlasticSCM.
0 comentarios: