SCM Anywhere supports external Diff/Merge programs.
To make your external diff/merge tool work with SCM Anywhere, please click menu Tools->Options->External Programs in SCM Anywhere:
http://www.dynamsoft.com/help/SCM%20Standalone/Source-Control/Options/External-Programs-Option.htm
Input the following line in the Arguments for diff files edit box:
"%DIFFMERGE_TOOL%""%FIRST_FILE%""%SECOND_FILE%"
In Arguments for three-way merge, input this line:
"%DIFFMERGE_TOOL%" "%THEIRS_FILE%" "%BASE_FILE%" "%YOURS_FILE%" "%RESULT_FILE%"
