The following summarizes the command parameters supported by AccuRev Plug-In for Eclipse.
These command parameters are preformatted for supported third party Diff and Merge tools. If you are configuring a custom Diff or Merge tool, you must ensure that the command parameters you specify are correct for that tool. For example, if you were configuring SourceGear DiffMerge, you might configure the Diff tool as follows:
/c="AccuRev Diff" /ro2 /t1="First" /t2="Second" {backing stream version} {workspace version}
Similarly, the Merge tool might be configured as follows:
/c="AccuRev Diff" -merge -result={merge results} /t1="First" /t2="Second" /t3="Third" {backing stream version} {workspace version} {common ancestor version}
The executable for both Diff and Merge tools might be defined as follows:
C:\Program Files\SourceGear\DiffMerge\DiffMerge.exe
Specific command parameters vary from tool to tool. See your tool’s documentation for more information.