Application Delivery Management
Application Modernization & Connectivity
CyberRes
IT Operations Management
"PROBLEM/ABSTRACT:
How to configure AccuRev to use tkdiff when merging elements from the CLI?
SOLUTION:
In order to use tkdiff as an alternative merge program, you will need to perform the following:
1. Include tkdiff executable in PATH environment variable.
2. Implement the AC_MERGE_CLI environment variable.
AC_MERGE_CLI=tkdiff -a %a -o %o %1 %2
3. Open a new terminal window and perform a merge.
For more information contact AccuRev Support"