Uses of Class
org.tmatesoft.svn.core.internal.wc17.db.ISVNWCDb.WCDbRepositoryInfo
Packages that use ISVNWCDb.WCDbRepositoryInfo
-
Uses of ISVNWCDb.WCDbRepositoryInfo in org.tmatesoft.svn.core.internal.wc17
Methods in org.tmatesoft.svn.core.internal.wc17 that return ISVNWCDb.WCDbRepositoryInfoModifier and TypeMethodDescriptionprivate static ISVNWCDb.WCDbRepositoryInfoSVNStatusEditor17.getRepositoryRootUrlRelPath(SVNWCContext context, ISVNWCDb.WCDbRepositoryInfo parentRelPath, ISVNWCDb.SVNWCDbInfo info, java.io.File localAbsPath) Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISVNWCDb.WCDbRepositoryInfoModifier and TypeMethodDescriptionstatic SvnStatusSVNStatusEditor17.assembleStatus(SVNWCContext context, java.io.File localAbsPath, ISVNWCDb.WCDbRepositoryInfo parentReposInfo, ISVNWCDb.SVNWCDbInfo info, SVNNodeKind pathKind, boolean pathSpecial, boolean getAll, boolean ignoreTextMods, SVNLock repositoryLock) protected voidSVNStatusEditor17.getDirStatus(java.io.File localAbsPath, java.lang.String selected, boolean skipThisDir, ISVNWCDb.WCDbRepositoryInfo parentReposInfo, ISVNWCDb.SVNWCDbInfo dirInfo, SVNFileType fileType, java.util.Collection<java.lang.String> ignorePatterns, SVNDepth depth, boolean getAll, boolean noIgnore, ISvnObjectReceiver<SvnStatus> handler) private static ISVNWCDb.WCDbRepositoryInfoSVNStatusEditor17.getRepositoryRootUrlRelPath(SVNWCContext context, ISVNWCDb.WCDbRepositoryInfo parentRelPath, ISVNWCDb.SVNWCDbInfo info, java.io.File localAbsPath) private voidSVNRemoteStatusEditor17.handleStatii(ISVNWCDb.WCDbRepositoryInfo reposInfo, java.util.Map<java.io.File, SvnStatus> statii, boolean dirWasDeleted, SVNDepth depth) private voidSVNStatusEditor17.sendStatusStructure(java.io.File localAbsPath, ISVNWCDb.WCDbRepositoryInfo parentReposInfo, ISVNWCDb.SVNWCDbInfo info, SVNNodeKind pathKind, boolean pathSpecial, boolean getAll, ISvnObjectReceiver<SvnStatus> handler) -
Uses of ISVNWCDb.WCDbRepositoryInfo in org.tmatesoft.svn.core.internal.wc17.db
Methods in org.tmatesoft.svn.core.internal.wc17.db that return ISVNWCDb.WCDbRepositoryInfoModifier and TypeMethodDescriptionISVNWCDb.scanBaseRepository(java.io.File localAbsPath, ISVNWCDb.WCDbRepositoryInfo.RepositoryInfoField... fields) Scan for a BASE node's repository information.SVNWCDb.scanBaseRepository(java.io.File localAbsPath, ISVNWCDb.WCDbRepositoryInfo.RepositoryInfoField... fields) Methods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type ISVNWCDb.WCDbRepositoryInfoModifier and TypeMethodDescriptionprivate static voidSVNWCDb.fetchReposInfo(ISVNWCDb.WCDbRepositoryInfo reposInfo, SVNSqlJetDb sdb, long reposId) private static longSVNWCDb.scanUpwardsForRepos(ISVNWCDb.WCDbRepositoryInfo reposInfo, SVNWCDbRoot wcroot, java.io.File localRelPath) Scan from LOCAL_RELPATH upwards through parent nodes until we find a parent that has values in the 'repos_id' and 'repos_relpath' columns.