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,
File localAbspath,
SVNSkel conflictSkel) |
static void |
SVNWCContext.writeCheck(ISVNWCDb db,
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,
File wriAbsPath,
File markerAbsPath,
SVNProperties mineProps,
SVNProperties theirOldProps,
SVNProperties theirProps,
Collection<String> conflictedPropNames) |
static void |
SvnWcDbConflicts.addTextConflict(SVNSkel skel,
ISVNWCDb db,
File wriAbsPath,
File mineAbsPath,
File theirOldAbsPath,
File theirAbsPath) |
static void |
SvnWcDbConflicts.addTreeConflict(SVNSkel skel,
ISVNWCDb db,
File wriAbsPath,
SVNConflictReason localChange,
SVNConflictAction incomingChange,
File moveSrcOpRootAbsPath) |
static boolean |
SvnWcDbConflicts.conflictSkelResolve(SVNSkel conflictSkel,
ISVNWCDb db,
File wriAbsPAth,
boolean resolveText,
String resolveProp,
boolean resolveTree) |
static SVNSkel |
SvnWcDbConflicts.createConflictMarkers(ISVNWCDb db,
File localAbsPath,
SVNSkel conflictSkel) |
static SVNNodeKind |
SvnWcDbCopy.readKind(ISVNWCDb db,
File path,
boolean showDeleted,
boolean showHidden) |
static Structure<SvnWcDbConflicts.PropertyConflictInfo> |
SvnWcDbConflicts.readPropertyConflict(ISVNWCDb db,
File wriAbsPath,
SVNSkel conflictSkel) |
static Structure<SvnWcDbConflicts.TextConflictInfo> |
SvnWcDbConflicts.readTextConflict(ISVNWCDb db,
File wriAbsPath,
SVNSkel conflictSkel) |
static Structure<SvnWcDbConflicts.TreeConflictInfo> |
SvnWcDbConflicts.readTreeConflict(ISVNWCDb db,
File wriAbsPath,
SVNSkel conflictSkel) |
static SVNSkel |
SvnWcDbConflicts.treeConflictDescriptionToSkel(ISVNWCDb db,
File wriAbsPath,
SVNTreeConflictDescription conflictDescription) |
static SVNSkel |
SvnWcDbConflicts.upgradeConflictSkelFromRaw(ISVNWCDb db,
File wriAbsPath,
File localRelPath,
String conflictOld,
String conflictWork,
String conflictNew,
File prejFile,
SVNSkel oldTreeConflictData) |
Modifier and Type | Method and Description |
---|---|
ISVNWCDb |
SvnDiffStatusReceiver.getDb() |
Modifier and Type | Method and Description |
---|---|
protected static void |
SvnNgDiffUtil.diffBaseOnlyDirectory(File localAbsPath,
File relPath,
long revision,
SVNDepth depth,
ISVNWCDb db,
ISvnDiffCallback2 callback) |
protected static void |
SvnNgDiffUtil.diffBaseOnlyFile(File localAbsPath,
File relPath,
long revision,
ISVNWCDb db,
ISvnDiffCallback2 callback) |
Constructor and Description |
---|
SvnDiffStatusReceiver(SVNWCContext context,
File anchor,
ISVNWCDb db,
ISvnDiffCallback callback,
boolean ignoreAncestry,
boolean showCopiesAsAdds,
boolean gitFormat,
Collection<String> changelists) |
Copyright © 2018. All rights reserved.