All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static Map<String,Map<String,SVNMergeRangeList>> |
addPrefixToCatalog(Map<String,Map<String,SVNMergeRangeList>> catalog,
File prefix) |
static Map<String,Map<String,SVNMergeRangeList>> |
convertToCatalog(Map<String,SVNMergeInfo> catalog) |
static Map<File,Map<String,SVNMergeRangeList>> |
convertToCatalog2(Map<String,SVNMergeInfo> catalog) |
static void |
elideMergeInfo(SVNWCContext context,
SVNRepository repos,
File targetAbsPath,
File limitAbsPath) |
static Map<String,Map<String,SVNMergeRangeList>> |
getMergeInfo(SVNWCContext context,
SvnRepositoryAccess repoAccess,
SvnTarget target,
boolean includeDescendants,
boolean ignoreInvalidMergeInfo,
SVNURL[] root) |
static SvnNgMergeinfoUtil.SvnMergeInfoInfo |
getWCMergeInfo(SVNWCContext context,
File localAbsPath,
File limitAbsPath,
SVNMergeInfoInheritance inheritance,
boolean ignoreInvalidMergeInfo) |
static Map<String,SVNMergeRangeList> |
getWCOrReposMergeInfo(SVNWCContext context,
File wcPath,
SVNRepository repository,
boolean reposOnly,
SVNMergeInfoInheritance inheritance) |