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
Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNWCDb Modifier and Type Method Description 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
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)
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)
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)
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 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 static org.tmatesoft.svn.core.internal.wc2.old.SvnOldUpgradeEntries.WriteBaton
SvnOldUpgradeEntries. writeUpgradedEntries(org.tmatesoft.svn.core.internal.wc2.old.SvnOldUpgradeEntries.WriteBaton parentNode, SVNWCDb db, ISVNWCDb.SVNWCDbUpgradeData upgradeData, java.io.File dirAbsPath, java.util.Map<java.lang.String,SVNEntry> entries, SVNHashMap textBases, int targetWorkingCopyFormat)
-