ISvnOperationOptionsProviderpublic class SvnGetMergeInfo extends SvnOperation<java.util.Map<SVNURL,SVNMergeRangeList>>
Map with merge source URLs (as
SVNURL) mapped to range lists (SVNMergeRangeList). Range
lists are objects containing arrays of ranges
describing the ranges which have been merged into target's URL (working copy path) as of
target's pegRevision. If there is no mergeinfo, returns null.
Target can be either URL or working copy path.
Note: unlike most APIs which deal with mergeinfo, this one returns data
where the keys of the map are absolute repository URLs rather than
repository filesystem paths.
Note: this routine requires repository access.
SvnOperation.run() throws SVNException in the following cases:
SVNErrorCode.UNSUPPORTED_FEATURE
error code - if the server doesn't support retrieval of
mergeinfo (which will never happen for file:// URLs)
| Modifier | Constructor | Description |
|---|---|---|
protected |
SvnGetMergeInfo(SvnOperationFactory factory) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
isChangesWorkingCopy() |
Gets whether the operation changes working copy
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddTarget, cancel, ensureArgumentsAreValid, ensureEnoughTargets, ensureHomohenousTargets, getApplicableChangelists, getAuthenticationManager, getCanceller, getDepth, getEventHandler, getFirstTarget, getMaximumTargetsCount, getMinimumTargetsCount, getOperationalWorkingCopy, getOperationFactory, getOptions, getRepositoryPool, getRevision, getSqliteJournalMode, getTargets, hasFileTargets, hasLocalTargets, hasRemoteTargets, initDefaults, isCancelled, isSleepForTimestamp, isUseParentWcFormat, needsHomohenousTargets, run, setApplicalbeChangelists, setDepth, setRevision, setSingleTarget, setSleepForTimestamp, setSqliteJournalModeprotected SvnGetMergeInfo(SvnOperationFactory factory)
public boolean isChangesWorkingCopy()
isChangesWorkingCopy in class SvnOperation<java.util.Map<SVNURL,SVNMergeRangeList>>true if the operation changes the working copy, otherwise false