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 |
Modifier and Type | Method and Description |
---|---|
static SVNSkel |
SVNWCContext.wqBuildBaseRemove(SVNWCDb db,
File localAbspath,
long notPresentRevision,
ISVNWCDb.SVNWCDbKind notPresentKind) |
static SVNSkel |
SVNWCContext.wqBuildDirInstall(SVNWCDb db,
File localAbsPath) |
static SVNSkel |
SVNWCContext.wqBuildDirRemove(SVNWCDb db,
File wriAbspath,
File localAbspath,
boolean recursive) |
static SVNSkel |
SVNWCContext.wqBuildFileCopyTranslated(SVNWCDb db,
File localAbspath,
File srcAbspath,
File dstAbspath) |
static SVNSkel |
SVNWCContext.wqBuildFileInstall(SVNWCDb db,
File localAbspath,
File sourceAbspath,
boolean useCommitTimes,
boolean recordFileinfo) |
static SVNSkel |
SVNWCContext.wqBuildFileRemove(SVNWCDb db,
File wriAbspath,
File localAbspath) |
static SVNSkel |
SVNWCContext.wqBuildSyncFileFlags(SVNWCDb db,
File localAbspath) |
Constructor and Description |
---|
SVNTreeConflictEditor(SVNWCDb db,
SVNOperation operation,
SVNConflictVersion oldVersion,
SVNConflictVersion newVersion,
SVNWCDbRoot wcRoot,
File moveRootDstRelPath) |
Modifier and Type | Method and Description |
---|---|
SVNWCDb |
SVNWCDbRoot.getDb() |
Modifier and Type | Method and Description |
---|---|
static void |
SvnWcDbExternals.addExternalDir(SVNWCDb db,
File localAbspath,
File wriPath,
SVNURL reposRootUrl,
String reposUuid,
File recordAncestorAbspath,
File recordedReposRelPath,
long recordedPegRevision,
long recordedRevision,
SVNSkel workItems) |
static List<SVNWCConflictDescription17> |
SvnWcDbConflicts.convertFromSkel(SVNWCDb db,
File localAbsPath,
boolean createTempFiles,
SVNSkel conflictSkel) |
static SVNSkel |
SvnWcDbConflicts.convertToConflictSkel(File wcRootAbsPath,
SVNWCDb db,
String localRelpath,
String conflictOld,
String conflictWorking,
String conflictNew,
String propReject,
byte[] treeConflictData) |
static Structure<StructureFields.NodeInfo> |
SvnWcDbShared.getBaseInfo(SVNWCDb db,
File localAbsPath,
StructureFields.NodeInfo... fields) |
static Structure<SvnWcDbConflicts.ConflictStatus> |
SvnWcDbConflicts.getConflictStatusForUpdate(SVNWCDb db,
File localAbsPath,
boolean treeConflictOnly) |
static long[] |
SvnWcDbReader.getMinAndMaxRevisions(SVNWCDb db,
File localAbsPath) |
static Collection<File> |
SvnWcDbReader.getNotPresentDescendants(SVNWCDb db,
File parentPath) |
static Collection<File> |
SvnWcDbReader.getServerExcludedNodes(SVNWCDb db,
File path) |
static boolean |
SvnWcDbReader.hasSwitchedSubtrees(SVNWCDb db,
File localAbspath) |
static boolean |
SvnWcDbReader.isSparseCheckout(SVNWCDb db,
File localAbspath) |
static SVNSkel |
SvnWcDbConflicts.readConflict(SVNWCDb db,
File localAbspath) |
static List<File> |
SvnWcDbConflicts.readConflictMarkers(SVNWCDb db,
File wriAbsPath,
SVNSkel conflictSkel) |
static Structure<SvnWcDbReader.InstallInfo> |
SvnWcDbReader.readNodeInstallInfo(SVNWCDb db,
File localAbspath,
SvnWcDbReader.InstallInfo... fields) |
static Structure<SvnWcDbReader.ReplaceInfo> |
SvnWcDbReader.readNodeReplaceInfo(SVNWCDb db,
File localAbspath,
SvnWcDbReader.ReplaceInfo... fields) |
static void |
SvnWcDbConflicts.readPropertyConflicts(List<SVNWCConflictDescription17> target,
SVNWCDb db,
File localAbsPath,
SVNSkel conflictSkel,
boolean createTempFiles,
SVNOperation operation,
SVNConflictVersion leftVersion,
SVNConflictVersion rightVersion) |
static Map<String,Structure<StructureFields.WalkerChildInfo>> |
SvnWcDbReader.readWalkerChildrenInfo(SVNWCDb db,
File localAbspath,
Map<String,Structure<StructureFields.WalkerChildInfo>> children) |
static Structure<StructureFields.AdditionInfo> |
SvnWcDbShared.scanAddition(SVNWCDb db,
File localAbsPath) |
static Structure<StructureFields.DeletionInfo> |
SvnWcDbShared.scanDeletion(SVNWCDb db,
File localAbsPath) |
static Structure<StructureFields.MovedInfo> |
SvnWcDbShared.scanMoved(SVNWCDb db,
File localAbsPath) |
static void |
SvnWcDbPristines.transferPristine(SVNWCDb db,
File srcLocalAbsPath,
File dstWriAbsPath) |
Constructor and Description |
---|
SVNWCDbRoot(SVNWCDb db,
File absPath,
SVNSqlJetDb sDb,
long wcId,
int format,
boolean autoUpgrade,
boolean failOnVersionsMismatch,
boolean enforceEmptyWQ) |
Modifier and Type | Method and Description |
---|---|
static int |
SvnNgUpgradeSDb.upgrade(File wcRootAbsPath,
SVNWCDb db,
SVNSqlJetDb sDb,
int startFormat,
ISVNEventHandler eventHandler) |
Modifier and Type | Method and 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,
File dirAbsPath,
Map<String,SVNEntry> entries,
SVNHashMap textBases,
int targetWorkingCopyFormat) |
Copyright © 2018. All rights reserved.