Class SvnSuggestMergeSources

  • All Implemented Interfaces:
    ISvnOperationOptionsProvider

    public class SvnSuggestMergeSources
    extends SvnOperation<java.util.Collection<SVNURL>>
    Returns a collection of potential merge sources (expressed as full repository URLs) for working copy target at target's pegRevision.

    SvnOperation.run() potential merge sources for url.

    Version:
    1.7
    • Constructor Detail

    • Method Detail

      • isChangesWorkingCopy

        public boolean isChangesWorkingCopy()
        Gets whether the operation changes working copy
        Overrides:
        isChangesWorkingCopy in class SvnOperation<java.util.Collection<SVNURL>>
        Returns:
        true if the operation changes the working copy, otherwise false