The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

SVK::Resolve - Interactively resolve conflicts

DESCRIPTION

Accept:
   a   : Accept the merged/edited file.
   y   : Keep only changes to your file.
   t   : Keep only changes to their file.
Diff:
   d   : Diff your file against merged file.
   dm  : See merged changes.
   dy  : See your changes alone.
   dt  : See their changes alone.
Edit:
   e   : Edit merged file with an editor.
   m   : Run an external merge tool to edit merged file.
Misc:
   s   : Skip this file.
   h   : Print this help message.

Environment variables:
  EDITOR     : Editor to use for 'e'.
  SVKMERGE   : External merge tool to always use for 'm'.
  SVKRESOLVE : The resolve action to take, instead of asking.