Code Compare Integration with SmartSVN
To select Code Compare as a diff tool in SmartSVN, perform the following steps:
-
Open the Edit → Preferences → File Compare → [*] → Edit... → External comparator menu and type the command:
[InstallationDir]\CodeCompare.exe
-
Arguments:
/SC=SVN /T1=${leftTitle} /T2=${rightTitle} ${leftFile} ${rightFile}
To select Code Compare as a merge tool in SmartSVN, perform the following steps:
-
Open the Edit → Preferences → Conflict Solver menu and type the command:
[InstallationDir]\CodeMerge.exe
-
Arguments:
/TF=${rightFile} /MF=${leftFile} /RF=${mergedFile} /BF=${baseFile} /REMOVEFILES /SC=SVN
Note: Use your product installation folder instead of [InstallationDir]. By default, it is C:\Program Files\Devart\Code Compare.
For a brief introduction to the features of our diff and merge tool, refer to the product's overview page.