Package | Description |
---|---|
org.tmatesoft.svn.core.internal.wc2.ng | |
org.tmatesoft.svn.core.io |
This package provides a low-level API for direct interacting with a Subversion repository on
the SVN protocol level.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,Map<String,SVNMergeRangeList>> |
SvnNgMergeinfoUtil.convertToCatalog(Map<String,SVNMergeInfo> catalog) |
static Map<File,Map<String,SVNMergeRangeList>> |
SvnNgMergeinfoUtil.convertToCatalog2(Map<String,SVNMergeInfo> catalog) |
Modifier and Type | Method and Description |
---|---|
Map<String,SVNMergeInfo> |
SVNRepository.getMergeInfo(String[] paths,
long revision,
SVNMergeInfoInheritance inherit,
boolean includeDescendants)
Returns merge information for the repository entries in
paths
for paricular revision , if the repository supports merge-tracking information |
Copyright © 2024. All rights reserved.