Uses of Class
org.tmatesoft.svn.core.internal.wc17.db.ISVNWCDb.WCDbRepositoryInfo
-
Packages that use ISVNWCDb.WCDbRepositoryInfo Package Description org.tmatesoft.svn.core.internal.wc17 org.tmatesoft.svn.core.internal.wc17.db -
-
Uses of ISVNWCDb.WCDbRepositoryInfo in org.tmatesoft.svn.core.internal.wc17
Methods in org.tmatesoft.svn.core.internal.wc17 that return ISVNWCDb.WCDbRepositoryInfo Modifier and Type Method Description private static ISVNWCDb.WCDbRepositoryInfo
SVNStatusEditor17. 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.WCDbRepositoryInfo Modifier and Type Method Description static SvnStatus
SVNStatusEditor17. assembleStatus(SVNWCContext context, java.io.File localAbsPath, ISVNWCDb.WCDbRepositoryInfo parentReposInfo, ISVNWCDb.SVNWCDbInfo info, SVNNodeKind pathKind, boolean pathSpecial, boolean getAll, boolean ignoreTextMods, SVNLock repositoryLock)
protected void
SVNStatusEditor17. 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.WCDbRepositoryInfo
SVNStatusEditor17. getRepositoryRootUrlRelPath(SVNWCContext context, ISVNWCDb.WCDbRepositoryInfo parentRelPath, ISVNWCDb.SVNWCDbInfo info, java.io.File localAbsPath)
private void
SVNRemoteStatusEditor17. handleStatii(ISVNWCDb.WCDbRepositoryInfo reposInfo, java.util.Map<java.io.File,SvnStatus> statii, boolean dirWasDeleted, SVNDepth depth)
private void
SVNStatusEditor17. 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.WCDbRepositoryInfo Modifier and Type Method Description ISVNWCDb.WCDbRepositoryInfo
ISVNWCDb. scanBaseRepository(java.io.File localAbsPath, ISVNWCDb.WCDbRepositoryInfo.RepositoryInfoField... fields)
Scan for a BASE node's repository information.ISVNWCDb.WCDbRepositoryInfo
SVNWCDb. scanBaseRepository(java.io.File localAbsPath, ISVNWCDb.WCDbRepositoryInfo.RepositoryInfoField... fields)
Methods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type ISVNWCDb.WCDbRepositoryInfo Modifier and Type Method Description private static void
SVNWCDb. fetchReposInfo(ISVNWCDb.WCDbRepositoryInfo reposInfo, SVNSqlJetDb sdb, long reposId)
private static long
SVNWCDb. 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.
-