Uses of Class
org.tmatesoft.svn.core.SVNMergeInfo
Packages that use SVNMergeInfo
Package
Description
This package provides a low-level API for direct interacting with a Subversion repository on
the SVN protocol level.
-
Uses of SVNMergeInfo in org.tmatesoft.svn.core.internal.wc2.ng
Method parameters in org.tmatesoft.svn.core.internal.wc2.ng with type arguments of type SVNMergeInfoModifier and TypeMethodDescriptionstatic java.util.Map<java.lang.String,
java.util.Map<java.lang.String, SVNMergeRangeList>> SvnNgMergeinfoUtil.convertToCatalog
(java.util.Map<java.lang.String, SVNMergeInfo> catalog) static java.util.Map<java.io.File,
java.util.Map<java.lang.String, SVNMergeRangeList>> SvnNgMergeinfoUtil.convertToCatalog2
(java.util.Map<java.lang.String, SVNMergeInfo> catalog) -
Uses of SVNMergeInfo in org.tmatesoft.svn.core.io
Methods in org.tmatesoft.svn.core.io that return types with arguments of type SVNMergeInfoModifier and TypeMethodDescriptionjava.util.Map<java.lang.String,
SVNMergeInfo> SVNRepository.getMergeInfo
(java.lang.String[] paths, long revision, SVNMergeInfoInheritance inherit, boolean includeDescendants) Returns merge information for the repository entries inpaths
for paricularrevision
, if the repository supports merge-tracking information