Uses of Class
org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess
-
Packages that use SvnRepositoryAccess Package Description org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.internal.wc2 org.tmatesoft.svn.core.internal.wc2.ng org.tmatesoft.svn.core.internal.wc2.old -
-
Uses of SvnRepositoryAccess in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SvnRepositoryAccess Modifier and Type Method Description static java.util.Map<java.lang.String,SVNPropertyValue>
SVNExternalsUtil. resolvePinnedExternals(SVNWCContext context, SvnRepositoryAccess repositoryAccess, java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin, SvnTarget pairSource, SvnTarget pairDst, long pairSourceRevision, SVNRepository svnRepository, SVNURL reposRootUrl)
-
Uses of SvnRepositoryAccess in org.tmatesoft.svn.core.internal.wc2
Methods in org.tmatesoft.svn.core.internal.wc2 that return SvnRepositoryAccess Modifier and Type Method Description protected SvnRepositoryAccess
SvnRemoteOperationRunner. getRepositoryAccess()
-
Uses of SvnRepositoryAccess in org.tmatesoft.svn.core.internal.wc2.ng
Subclasses of SvnRepositoryAccess in org.tmatesoft.svn.core.internal.wc2.ng Modifier and Type Class Description class
SvnNgRepositoryAccess
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SvnRepositoryAccess Modifier and Type Method Description static java.util.Map<java.lang.String,java.util.Map<java.lang.String,SVNMergeRangeList>>
SvnNgMergeinfoUtil. getMergeInfo(SVNWCContext context, SvnRepositoryAccess repoAccess, SvnTarget target, boolean includeDescendants, boolean ignoreInvalidMergeInfo, SVNURL[] root)
-
Uses of SvnRepositoryAccess in org.tmatesoft.svn.core.internal.wc2.old
Subclasses of SvnRepositoryAccess in org.tmatesoft.svn.core.internal.wc2.old Modifier and Type Class Description class
SvnOldRepositoryAccess
-