Package | Description |
---|---|
org.tmatesoft.svn.core.internal.wc17 | |
org.tmatesoft.svn.core.internal.wc17.db | |
org.tmatesoft.svn.core.internal.wc2.ng |
Modifier and Type | Method and Description |
---|---|
ISVNWCDb |
SVNWCContext.getDb() |
Modifier and Type | Method and Description |
---|---|
static SVNSkel |
SVNWCContext.wqBuildPrejInstall(ISVNWCDb db,
java.io.File localAbspath,
SVNSkel conflictSkel) |
static void |
SVNWCContext.writeCheck(ISVNWCDb db,
java.io.File localAbspath) |
Constructor and Description |
---|
SVNWCContext(ISVNWCDb db,
ISVNEventHandler eventHandler) |
Modifier and Type | Class and Description |
---|---|
class |
SVNWCDb |
Modifier and Type | Method and Description |
---|---|
static void |
SvnWcDbConflicts.addPropConflict(SVNSkel skel,
ISVNWCDb db,
java.io.File wriAbsPath,
java.io.File markerAbsPath,
SVNProperties mineProps,
SVNProperties theirOldProps,
SVNProperties theirProps,
java.util.Collection<java.lang.String> conflictedPropNames) |
static void |
SvnWcDbConflicts.addTextConflict(SVNSkel skel,
ISVNWCDb db,
java.io.File wriAbsPath,
java.io.File mineAbsPath,
java.io.File theirOldAbsPath,
java.io.File theirAbsPath) |
static void |
SvnWcDbConflicts.addTreeConflict(SVNSkel skel,
ISVNWCDb db,
java.io.File wriAbsPath,
SVNConflictReason localChange,
SVNConflictAction incomingChange,
java.io.File moveSrcOpRootAbsPath) |
static boolean |
SvnWcDbConflicts.conflictSkelResolve(SVNSkel conflictSkel,
ISVNWCDb db,
java.io.File wriAbsPAth,
boolean resolveText,
java.lang.String resolveProp,
boolean resolveTree) |
static SVNSkel |
SvnWcDbConflicts.createConflictMarkers(ISVNWCDb db,
java.io.File localAbsPath,
SVNSkel conflictSkel) |
static SVNNodeKind |
SvnWcDbCopy.readKind(ISVNWCDb db,
java.io.File path,
boolean showDeleted,
boolean showHidden) |
static Structure<SvnWcDbConflicts.PropertyConflictInfo> |
SvnWcDbConflicts.readPropertyConflict(ISVNWCDb db,
java.io.File wriAbsPath,
SVNSkel conflictSkel) |
static Structure<SvnWcDbConflicts.TextConflictInfo> |
SvnWcDbConflicts.readTextConflict(ISVNWCDb db,
java.io.File wriAbsPath,
SVNSkel conflictSkel) |
static Structure<SvnWcDbConflicts.TreeConflictInfo> |
SvnWcDbConflicts.readTreeConflict(ISVNWCDb db,
java.io.File wriAbsPath,
SVNSkel conflictSkel) |
static SVNSkel |
SvnWcDbConflicts.treeConflictDescriptionToSkel(ISVNWCDb db,
java.io.File wriAbsPath,
SVNTreeConflictDescription conflictDescription) |
static SVNSkel |
SvnWcDbConflicts.upgradeConflictSkelFromRaw(ISVNWCDb db,
java.io.File wriAbsPath,
java.io.File localRelPath,
java.lang.String conflictOld,
java.lang.String conflictWork,
java.lang.String conflictNew,
java.io.File prejFile,
SVNSkel oldTreeConflictData) |
Modifier and Type | Method and Description |
---|---|
ISVNWCDb |
SvnDiffStatusReceiver.getDb() |
Modifier and Type | Method and Description |
---|---|
protected static void |
SvnNgDiffUtil.diffBaseOnlyDirectory(java.io.File localAbsPath,
java.io.File relPath,
long revision,
SVNDepth depth,
ISVNWCDb db,
ISvnDiffCallback2 callback) |
protected static void |
SvnNgDiffUtil.diffBaseOnlyFile(java.io.File localAbsPath,
java.io.File relPath,
long revision,
ISVNWCDb db,
ISvnDiffCallback2 callback) |
Constructor and Description |
---|
SvnDiffStatusReceiver(SVNWCContext context,
java.io.File anchor,
ISVNWCDb db,
ISvnDiffCallback callback,
boolean ignoreAncestry,
boolean showCopiesAsAdds,
boolean gitFormat,
java.util.Collection<java.lang.String> changelists) |
Copyright © 2020. All rights reserved.