Uses of Class
org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb
-
Packages that use SVNWCDb Package Description org.tmatesoft.svn.core.internal.wc17 org.tmatesoft.svn.core.internal.wc17.db org.tmatesoft.svn.core.internal.wc2.ng org.tmatesoft.svn.core.internal.wc2.old -
-
Uses of SVNWCDb in org.tmatesoft.svn.core.internal.wc17
Fields in org.tmatesoft.svn.core.internal.wc17 declared as SVNWCDb Modifier and Type Field Description private SVNWCDb
SVNTreeConflictEditor. db
Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNWCDb Modifier and Type Method Description private static java.io.File
SVNWCContext. getRelativePath(SVNWCDb db, java.io.File localAbspath)
static SVNSkel
SVNWCContext. wqBuildBaseRemove(SVNWCDb db, java.io.File localAbspath, long notPresentRevision, ISVNWCDb.SVNWCDbKind notPresentKind)
static SVNSkel
SVNWCContext. wqBuildDirInstall(SVNWCDb db, java.io.File localAbsPath)
static SVNSkel
SVNWCContext. wqBuildDirRemove(SVNWCDb db, java.io.File wriAbspath, java.io.File localAbspath, boolean recursive)
static SVNSkel
SVNWCContext. wqBuildFileCopyTranslated(SVNWCDb db, java.io.File localAbspath, java.io.File srcAbspath, java.io.File dstAbspath)
static SVNSkel
SVNWCContext. wqBuildFileInstall(SVNWCDb db, java.io.File localAbspath, java.io.File sourceAbspath, boolean useCommitTimes, boolean recordFileinfo)
static SVNSkel
SVNWCContext. wqBuildFileRemove(SVNWCDb db, java.io.File wriAbspath, java.io.File localAbspath)
static SVNSkel
SVNWCContext. wqBuildSyncFileFlags(SVNWCDb db, java.io.File localAbspath)
Constructors in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNWCDb Constructor Description SVNTreeConflictEditor(SVNWCDb db, SVNOperation operation, SVNConflictVersion oldVersion, SVNConflictVersion newVersion, SVNWCDbRoot wcRoot, java.io.File moveRootDstRelPath)
-
Uses of SVNWCDb in org.tmatesoft.svn.core.internal.wc17.db
Fields in org.tmatesoft.svn.core.internal.wc17.db declared as SVNWCDb Modifier and Type Field Description private SVNWCDb
SVNWCDbRoot. db
Methods in org.tmatesoft.svn.core.internal.wc17.db that return SVNWCDb Modifier and Type Method Description SVNWCDb
SVNWCDbRoot. getDb()
Methods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type SVNWCDb Modifier and Type Method Description static void
SvnWcDbExternals. addExternalDir(SVNWCDb db, java.io.File localAbspath, java.io.File wriPath, SVNURL reposRootUrl, java.lang.String reposUuid, java.io.File recordAncestorAbspath, java.io.File recordedReposRelPath, long recordedPegRevision, long recordedRevision, SVNSkel workItems)
private void
SVNWCDb.BumpRevisionPostUpdate. bumpMovedAway(SVNWCDbRoot wcRoot, java.io.File localRelPath, SVNDepth depth, SVNWCDb db)
static java.util.List<SVNWCConflictDescription17>
SvnWcDbConflicts. convertFromSkel(SVNWCDb db, java.io.File localAbsPath, boolean createTempFiles, SVNSkel conflictSkel)
static SVNSkel
SvnWcDbConflicts. convertToConflictSkel(java.io.File wcRootAbsPath, SVNWCDb db, java.lang.String localRelpath, java.lang.String conflictOld, java.lang.String conflictWorking, java.lang.String conflictNew, java.lang.String propReject, byte[] treeConflictData)
static Structure<StructureFields.NodeInfo>
SvnWcDbShared. getBaseInfo(SVNWCDb db, java.io.File localAbsPath, StructureFields.NodeInfo... fields)
private static Structure<SvnWcDbConflicts.ConflictStatus>
SvnWcDbConflicts. getConflictStatus(SVNWCDb db, java.io.File localAbsPath)
static Structure<SvnWcDbConflicts.ConflictStatus>
SvnWcDbConflicts. getConflictStatusForUpdate(SVNWCDb db, java.io.File localAbsPath, boolean treeConflictOnly)
static long[]
SvnWcDbReader. getMinAndMaxRevisions(SVNWCDb db, java.io.File localAbsPath)
static java.util.Collection<java.io.File>
SvnWcDbReader. getNotPresentDescendants(SVNWCDb db, java.io.File parentPath)
static java.util.Collection<java.io.File>
SvnWcDbReader. getServerExcludedNodes(SVNWCDb db, java.io.File path)
static boolean
SvnWcDbReader. hasSwitchedSubtrees(SVNWCDb db, java.io.File localAbspath)
static boolean
SvnWcDbReader. isSparseCheckout(SVNWCDb db, java.io.File localAbspath)
static SVNSkel
SvnWcDbConflicts. readConflict(SVNWCDb db, java.io.File localAbspath)
static java.util.List<java.io.File>
SvnWcDbConflicts. readConflictMarkers(SVNWCDb db, java.io.File wriAbsPath, SVNSkel conflictSkel)
static Structure<SvnWcDbReader.InstallInfo>
SvnWcDbReader. readNodeInstallInfo(SVNWCDb db, java.io.File localAbspath, SvnWcDbReader.InstallInfo... fields)
static Structure<SvnWcDbReader.ReplaceInfo>
SvnWcDbReader. readNodeReplaceInfo(SVNWCDb db, java.io.File localAbspath, SvnWcDbReader.ReplaceInfo... fields)
static void
SvnWcDbConflicts. readPropertyConflicts(java.util.List<SVNWCConflictDescription17> target, SVNWCDb db, java.io.File localAbsPath, SVNSkel conflictSkel, boolean createTempFiles, SVNOperation operation, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion)
static java.util.Map<java.lang.String,Structure<StructureFields.WalkerChildInfo>>
SvnWcDbReader. readWalkerChildrenInfo(SVNWCDb db, java.io.File localAbspath, java.util.Map<java.lang.String,Structure<StructureFields.WalkerChildInfo>> children)
private static void
SvnWcDbRelocate. relocate(SVNWCDb db, java.io.File localAbspath, SVNURL repositoryRootUrl)
static Structure<StructureFields.AdditionInfo>
SvnWcDbShared. scanAddition(SVNWCDb db, java.io.File localAbsPath)
static Structure<StructureFields.DeletionInfo>
SvnWcDbShared. scanDeletion(SVNWCDb db, java.io.File localAbsPath)
static Structure<StructureFields.MovedInfo>
SvnWcDbShared. scanMoved(SVNWCDb db, java.io.File localAbsPath)
static void
SvnWcDbPristines. transferPristine(SVNWCDb db, java.io.File srcLocalAbsPath, java.io.File dstWriAbsPath)
Constructors in org.tmatesoft.svn.core.internal.wc17.db with parameters of type SVNWCDb Constructor Description SVNWCDbRoot(SVNWCDb db, java.io.File absPath, SVNSqlJetDb sDb, long wcId, int format, boolean autoUpgrade, boolean failOnVersionsMismatch, boolean enforceEmptyWQ)
-
Uses of SVNWCDb in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNWCDb Modifier and Type Method Description void
SvnNgUpgradeSDb.Bumpable. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)
void
SvnNgUpgradeSDb.bumpTo20. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)
void
SvnNgUpgradeSDb.bumpTo21. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)
void
SvnNgUpgradeSDb.bumpTo22. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)
void
SvnNgUpgradeSDb.bumpTo23. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)
void
SvnNgUpgradeSDb.bumpTo24. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)
void
SvnNgUpgradeSDb.bumpTo25. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)
void
SvnNgUpgradeSDb.bumpTo26. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)
void
SvnNgUpgradeSDb.bumpTo27. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)
void
SvnNgUpgradeSDb.bumpTo28. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)
void
SvnNgUpgradeSDb.bumpTo29. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)
void
SvnNgUpgradeSDb.bumpTo30. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)
void
SvnNgUpgradeSDb.bumpTo31. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)
private boolean
SvnNgWcToWcCopy. hasMetadataInParentWc(SVNWCDb wcdb, java.io.File nestedWC, java.io.File nestedWCParent)
private static void
SvnNgUpgradeSDb. runBump(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath, SvnNgUpgradeSDb.Bumpable bump)
static int
SvnNgUpgradeSDb. upgrade(java.io.File wcRootAbsPath, SVNWCDb db, SVNSqlJetDb sDb, int startFormat, ISVNEventHandler eventHandler)
-
Uses of SVNWCDb in org.tmatesoft.svn.core.internal.wc2.old
Methods in org.tmatesoft.svn.core.internal.wc2.old with parameters of type SVNWCDb Modifier and Type Method Description private SvnOldUpgradeEntries.WriteBaton
SvnOldUpgrade. upgradeToWcng(SvnOldUpgradeEntries.WriteBaton parentDirBaton, SVNWCDb db, java.io.File dirAbsPath, int oldFormat, ISVNWCDb.SVNWCDbUpgradeData data, java.util.Map<SVNURL,java.lang.String> reposCache, SvnOldUpgrade.RepositoryInfo reposInfo)
private void
SvnOldUpgrade. upgradeWorkingCopy(SvnOldUpgradeEntries.WriteBaton parentDirBaton, SVNWCDb db, java.io.File dirAbsPath, ISVNWCDb.SVNWCDbUpgradeData data, java.util.Map<SVNURL,java.lang.String> reposCache, SvnOldUpgrade.RepositoryInfo reposInfo)
private static SvnOldUpgradeEntries.WriteBaton
SvnOldUpgradeEntries. writeEntry(boolean isCalculateEntryNode, SvnOldUpgradeEntries.WriteBaton parentNode, SVNWCDb db, ISVNWCDb.SVNWCDbUpgradeData upgradeData, SVNEntry entry, SvnOldUpgrade.TextBaseInfo textBaseInfo, java.io.File localRelPath, java.io.File tmpEntryAbsPath, java.io.File rootAbsPath, SVNEntry thisDir, boolean isCreateLocks, int targetWorkingCopyFormat)
static SvnOldUpgradeEntries.WriteBaton
SvnOldUpgradeEntries. writeUpgradedEntries(SvnOldUpgradeEntries.WriteBaton parentNode, SVNWCDb db, ISVNWCDb.SVNWCDbUpgradeData upgradeData, java.io.File dirAbsPath, java.util.Map<java.lang.String,SVNEntry> entries, SVNHashMap textBases, int targetWorkingCopyFormat)
-