Interface ISVNConflictResolver


public interface ISVNConflictResolver
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    From JavaHL
  • Method Summary

    Modifier and Type
    Method
    Description
    The callback method invoked for each conflict during a merge/update/switch operation.
  • Method Details

    • resolve

      The callback method invoked for each conflict during a merge/update/switch operation.
      Parameters:
      descrip - A description of the conflict.
      Returns:
      The result of any conflict resolution.