Perforce 2000.2 Command Reference (2000.2.cr.1) | ||
<< Previous Chapter P4LOG |
Table of Contents Index Perforce on the Web |
Next Chapter >> P4PAGER |
If the program you use takes its arguments in a different order, set P4MERGE to a shell script or batch file that reorders the arguments and calls the proper merge program with the arguments in the correct order.
If you are running under NT, you must call a batch file, even if your third-party merge program already accepts arguments in the order provided by Perforce. This is due to a limitation within NT. If you were using NT and wanted to use a program called MERGE.EXE, your batch file might look something like this:
SET have=%1
SET theirs=%2
SET yours=%3
SET merge=%4
C:\FULL\PATH\TO\MERGE.EXE %have %theirs %yours %merge
Perforce 2000.2 Command Reference (2000.2.cr.1) | ||
<< Previous Chapter P4LOG |
Table of Contents Index Perforce on the Web |
Next Chapter >> P4PAGER |