accurev merge doesn't pass file titles to external merge tool -


I am using p4merge as an external merge tool for Acquov. I made a cover for p4merge and set the command " p4m -dw -tw 8 -nb% 3% -nl% 4% -nr% 5 %%% 1 %% 2 %% o% both for both AGI {/ code> (tools-preference-def / merge) and CLI (AC MARG_CLI variable)

It works successfully in Acigi , but when I use the CLI version ( accurev merge & lt; filename & gt; ), Acure % 3 , % 4 and 5% .

What's wrong with this? How do I get a file title for CLI?

UPD: I command separator for difference and merge

It will need to be done because the acronym A does not pass the same parameters as both. You will need to reference the AccuRev user CLI guide for a list of valid parameters for both commands.

I was able to obtain the difference using the following:

  C: \ Program Files \ Perforce \ p4merge.exe -dw -tw 4 -nl "% 3% "-nr"% 4% "% 1 %% 2%  

Notice the difference between double quotes and base / ancestor norms around the left and right titles. Also, in a diff, there is no output file.

Merge command deals with the output file name by PuMerge, due to the fact that AccuRev has not received an error by telling me the output temporary file. However, the AccuRev file on completing the merge tool This is a lack of P4Merge so it can be a good starting point to discuss with the following influential people:

  c: \ Program Files \ Perforce \ p4merge.exe -dw -tw 4 -nb "% 3%" -nl "% 4%" - Nr "% 5%"% 1 %% 1 %% 2 %% o%  

Comments