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 Map<String,
Map<String, SVNMergeRangeList>> SvnNgMergeinfoUtil.convertToCatalog
(Map<String, SVNMergeInfo> catalog) static Map<File,
Map<String, SVNMergeRangeList>> SvnNgMergeinfoUtil.convertToCatalog2
(Map<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 TypeMethodDescriptionSVNRepository.getMergeInfo
(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