Package | Description |
---|---|
org.tmatesoft.svn.core.internal.wc17 | |
org.tmatesoft.svn.core.internal.wc17.db |
Modifier and Type | Method and Description |
---|---|
private static ISVNWCDb.WCDbRepositoryInfo |
SVNStatusEditor17.getRepositoryRootUrlRelPath(SVNWCContext context,
ISVNWCDb.WCDbRepositoryInfo parentRelPath,
ISVNWCDb.SVNWCDbInfo info,
java.io.File localAbsPath) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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.
|