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 SVNWCDbSVNTreeConflictEditor. dbMethods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNWCDb Modifier and Type Method Description private static java.io.FileSVNWCContext. getRelativePath(SVNWCDb db, java.io.File localAbspath)static SVNSkelSVNWCContext. wqBuildBaseRemove(SVNWCDb db, java.io.File localAbspath, long notPresentRevision, ISVNWCDb.SVNWCDbKind notPresentKind)static SVNSkelSVNWCContext. wqBuildDirInstall(SVNWCDb db, java.io.File localAbsPath)static SVNSkelSVNWCContext. wqBuildDirRemove(SVNWCDb db, java.io.File wriAbspath, java.io.File localAbspath, boolean recursive)static SVNSkelSVNWCContext. wqBuildFileCopyTranslated(SVNWCDb db, java.io.File localAbspath, java.io.File srcAbspath, java.io.File dstAbspath)static SVNSkelSVNWCContext. wqBuildFileInstall(SVNWCDb db, java.io.File localAbspath, java.io.File sourceAbspath, boolean useCommitTimes, boolean recordFileinfo)static SVNSkelSVNWCContext. wqBuildFileRemove(SVNWCDb db, java.io.File wriAbspath, java.io.File localAbspath)static SVNSkelSVNWCContext. 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 SVNWCDbSVNWCDbRoot. dbMethods in org.tmatesoft.svn.core.internal.wc17.db that return SVNWCDb Modifier and Type Method Description SVNWCDbSVNWCDbRoot. getDb()Methods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type SVNWCDb Modifier and Type Method Description static voidSvnWcDbExternals. 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 voidSVNWCDb.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 SVNSkelSvnWcDbConflicts. 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 booleanSvnWcDbReader. hasSwitchedSubtrees(SVNWCDb db, java.io.File localAbspath)static booleanSvnWcDbReader. isSparseCheckout(SVNWCDb db, java.io.File localAbspath)static SVNSkelSvnWcDbConflicts. 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 voidSvnWcDbConflicts. 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 voidSvnWcDbRelocate. 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 voidSvnWcDbPristines. 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 voidSvnNgUpgradeSDb.Bumpable. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)voidSvnNgUpgradeSDb.bumpTo20. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)voidSvnNgUpgradeSDb.bumpTo21. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)voidSvnNgUpgradeSDb.bumpTo22. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)voidSvnNgUpgradeSDb.bumpTo23. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)voidSvnNgUpgradeSDb.bumpTo24. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)voidSvnNgUpgradeSDb.bumpTo25. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)voidSvnNgUpgradeSDb.bumpTo26. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)voidSvnNgUpgradeSDb.bumpTo27. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)voidSvnNgUpgradeSDb.bumpTo28. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)voidSvnNgUpgradeSDb.bumpTo29. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)voidSvnNgUpgradeSDb.bumpTo30. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)voidSvnNgUpgradeSDb.bumpTo31. bumpTo(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath)private booleanSvnNgWcToWcCopy. hasMetadataInParentWc(SVNWCDb wcdb, java.io.File nestedWC, java.io.File nestedWCParent)private static voidSvnNgUpgradeSDb. runBump(SVNWCDb db, SVNSqlJetDb sDb, java.io.File wcRootAbsPath, SvnNgUpgradeSDb.Bumpable bump)static intSvnNgUpgradeSDb. 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.WriteBatonSvnOldUpgrade. 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 voidSvnOldUpgrade. 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.WriteBatonSvnOldUpgradeEntries. 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.WriteBatonSvnOldUpgradeEntries. 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)
-