public class SvnWcDbConflicts extends SvnWcDbShared
| Modifier and Type | Class and Description |
|---|---|
static class |
SvnWcDbConflicts.ConflictInfo |
static class |
SvnWcDbConflicts.ConflictKind |
static class |
SvnWcDbConflicts.ConflictStatus |
static class |
SvnWcDbConflicts.PropertyConflictInfo |
static class |
SvnWcDbConflicts.TextConflictInfo |
static class |
SvnWcDbConflicts.TreeConflictInfo |
SvnWcDbShared.TargetEMPTY_PROPS_BLOB| Constructor and Description |
|---|
SvnWcDbConflicts() |
| Modifier and Type | Method and Description |
|---|---|
static void |
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 |
addPropConflict(SVNSkel skel,
java.lang.String propName,
SVNPropertyValue originalVal,
SVNPropertyValue mineVal,
SVNPropertyValue incomingVal,
SVNPropertyValue incomingBaseVal) |
static void |
addTextConflict(SVNSkel skel,
ISVNWCDb db,
java.io.File wriAbsPath,
java.io.File mineAbsPath,
java.io.File theirOldAbsPath,
java.io.File theirAbsPath) |
static void |
addTreeConflict(SVNSkel skel,
ISVNWCDb db,
java.io.File wriAbsPath,
SVNConflictReason localChange,
SVNConflictAction incomingChange,
java.io.File moveSrcOpRootAbsPath) |
static void |
conflictSkelOpMerge(SVNSkel conflictSkel,
SVNConflictVersion original,
SVNConflictVersion target) |
static void |
conflictSkelOpSwitch(SVNSkel conflictSkel,
SVNConflictVersion original,
SVNConflictVersion target) |
static void |
conflictSkelOpUpdate(SVNSkel conflictSkel,
SVNConflictVersion original,
SVNConflictVersion target) |
static boolean |
conflictSkelResolve(SVNSkel conflictSkel,
ISVNWCDb db,
java.io.File wriAbsPAth,
boolean resolveText,
java.lang.String resolveProp,
boolean resolveTree) |
static java.util.List<SVNWCConflictDescription17> |
convertFromSkel(SVNWCDb db,
java.io.File localAbsPath,
boolean createTempFiles,
SVNSkel conflictSkel) |
static SVNSkel |
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 SVNSkel |
convertToConflictSkel(java.lang.String conflictOld,
java.lang.String conflictWorking,
java.lang.String conflictNew,
java.lang.String propReject,
byte[] treeConflictData) |
static SVNSkel |
createConflictMarkers(ISVNWCDb db,
java.io.File localAbsPath,
SVNSkel conflictSkel) |
static SVNSkel |
createConflictSkel() |
static SVNSkel |
getConflict(SVNSkel conflictSkel,
SvnWcDbConflicts.ConflictKind kind) |
static Structure<SvnWcDbConflicts.ConflictStatus> |
getConflictStatusForUpdate(SVNWCDb db,
java.io.File localAbsPath,
boolean treeConflictOnly) |
static boolean |
isConflictSkelComplete(SVNSkel skel) |
static void |
prependLocation(SVNSkel skel,
SVNConflictVersion location) |
static void |
prependPropValue(SVNPropertyValue fromVal,
SVNSkel skel) |
static SVNSkel |
readConflict(SVNWCDb db,
java.io.File localAbspath) |
static Structure<SvnWcDbConflicts.ConflictInfo> |
readConflictInfo(SVNSkel conflictSkel) |
static SVNSkel |
readConflictInternal(SVNWCDbRoot wcRoot,
java.io.File localRelPath) |
static java.util.List<java.io.File> |
readConflictMarkers(SVNWCDb db,
java.io.File wriAbsPath,
SVNSkel conflictSkel) |
static Structure<SvnWcDbConflicts.PropertyConflictInfo> |
readPropertyConflict(ISVNWCDb db,
java.io.File wriAbsPath,
SVNSkel conflictSkel) |
static void |
readPropertyConflicts(java.util.List<SVNWCConflictDescription17> target,
SVNWCDb db,
java.io.File localAbsPath,
SVNSkel conflictSkel,
boolean createTempFiles,
SVNOperation operation,
SVNConflictVersion leftVersion,
SVNConflictVersion rightVersion) |
static Structure<SvnWcDbConflicts.TextConflictInfo> |
readTextConflict(ISVNWCDb db,
java.io.File wriAbsPath,
SVNSkel conflictSkel) |
static Structure<SvnWcDbConflicts.TreeConflictInfo> |
readTreeConflict(ISVNWCDb db,
java.io.File wriAbsPath,
SVNSkel conflictSkel) |
static void |
setConflictOperation(SVNSkel skel,
SVNOperation operation,
SVNConflictVersion original,
SVNConflictVersion target) |
static SVNSkel |
treeConflictDescriptionToSkel(ISVNWCDb db,
java.io.File wriAbsPath,
SVNTreeConflictDescription conflictDescription) |
static SVNSkel |
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) |
begingReadTransaction, begingWriteTransaction, canonicalizeURLs, collectTargets, commitTransaction, doesNodeExists, getBaseInfo, getBaseInfo, getDepthInfo, getMovedFromInfo, nodeIsNotInstallable, nodeNotFound, nodeNotFound, readInfo, readInfo, rollbackTransaction, scanAddition, scanAddition, scanDeletion, scanDeletion, scanMoved, sqliteErrorpublic static SVNSkel convertToConflictSkel(java.lang.String conflictOld, java.lang.String conflictWorking, java.lang.String conflictNew, java.lang.String propReject, byte[] treeConflictData) throws SVNException
SVNExceptionpublic static SVNSkel 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) throws SVNException
SVNExceptionpublic static java.util.List<SVNWCConflictDescription17> convertFromSkel(SVNWCDb db, java.io.File localAbsPath, boolean createTempFiles, SVNSkel conflictSkel) throws SVNException
SVNExceptionpublic static SVNSkel createConflictSkel() throws SVNException
SVNExceptionpublic static boolean isConflictSkelComplete(SVNSkel skel) throws SVNException
SVNExceptionpublic static void prependLocation(SVNSkel skel, SVNConflictVersion location) throws SVNException
SVNExceptionpublic static void setConflictOperation(SVNSkel skel, SVNOperation operation, SVNConflictVersion original, SVNConflictVersion target) throws SVNException
SVNExceptionpublic static void addTextConflict(SVNSkel skel, ISVNWCDb db, java.io.File wriAbsPath, java.io.File mineAbsPath, java.io.File theirOldAbsPath, java.io.File theirAbsPath) throws SVNException
SVNExceptionpublic static void 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) throws SVNException
SVNExceptionpublic static void addTreeConflict(SVNSkel skel, ISVNWCDb db, java.io.File wriAbsPath, SVNConflictReason localChange, SVNConflictAction incomingChange, java.io.File moveSrcOpRootAbsPath) throws SVNException
SVNExceptionpublic static SVNSkel readConflict(SVNWCDb db, java.io.File localAbspath) throws SVNException
SVNExceptionpublic static SVNSkel readConflictInternal(SVNWCDbRoot wcRoot, java.io.File localRelPath) throws SVNException
SVNExceptionpublic static Structure<SvnWcDbConflicts.ConflictInfo> readConflictInfo(SVNSkel conflictSkel) throws SVNException
SVNExceptionpublic static void readPropertyConflicts(java.util.List<SVNWCConflictDescription17> target, SVNWCDb db, java.io.File localAbsPath, SVNSkel conflictSkel, boolean createTempFiles, SVNOperation operation, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion) throws SVNException
SVNExceptionpublic static Structure<SvnWcDbConflicts.PropertyConflictInfo> readPropertyConflict(ISVNWCDb db, java.io.File wriAbsPath, SVNSkel conflictSkel) throws SVNException
SVNExceptionpublic static Structure<SvnWcDbConflicts.TextConflictInfo> readTextConflict(ISVNWCDb db, java.io.File wriAbsPath, SVNSkel conflictSkel) throws SVNException
SVNExceptionpublic static Structure<SvnWcDbConflicts.TreeConflictInfo> readTreeConflict(ISVNWCDb db, java.io.File wriAbsPath, SVNSkel conflictSkel) throws SVNException
SVNExceptionpublic static Structure<SvnWcDbConflicts.ConflictStatus> getConflictStatusForUpdate(SVNWCDb db, java.io.File localAbsPath, boolean treeConflictOnly) throws SVNException
SVNExceptionpublic static SVNSkel getConflict(SVNSkel conflictSkel, SvnWcDbConflicts.ConflictKind kind)
public static void conflictSkelOpUpdate(SVNSkel conflictSkel, SVNConflictVersion original, SVNConflictVersion target) throws SVNException
SVNExceptionpublic static void conflictSkelOpSwitch(SVNSkel conflictSkel, SVNConflictVersion original, SVNConflictVersion target) throws SVNException
SVNExceptionpublic static void conflictSkelOpMerge(SVNSkel conflictSkel, SVNConflictVersion original, SVNConflictVersion target) throws SVNException
SVNExceptionpublic static SVNSkel createConflictMarkers(ISVNWCDb db, java.io.File localAbsPath, SVNSkel conflictSkel) throws SVNException
SVNExceptionpublic static void addPropConflict(SVNSkel skel, java.lang.String propName, SVNPropertyValue originalVal, SVNPropertyValue mineVal, SVNPropertyValue incomingVal, SVNPropertyValue incomingBaseVal) throws SVNException
SVNExceptionpublic static void prependPropValue(SVNPropertyValue fromVal, SVNSkel skel) throws SVNException
SVNExceptionpublic static SVNSkel treeConflictDescriptionToSkel(ISVNWCDb db, java.io.File wriAbsPath, SVNTreeConflictDescription conflictDescription) throws SVNException
SVNExceptionpublic static boolean conflictSkelResolve(SVNSkel conflictSkel, ISVNWCDb db, java.io.File wriAbsPAth, boolean resolveText, java.lang.String resolveProp, boolean resolveTree) throws SVNException
SVNExceptionpublic static java.util.List<java.io.File> readConflictMarkers(SVNWCDb db, java.io.File wriAbsPath, SVNSkel conflictSkel) throws SVNException
SVNExceptionpublic static SVNSkel 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) throws SVNException
SVNExceptionCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.