Package | Description |
---|---|
org.tmatesoft.svn.core.internal.util | |
org.tmatesoft.svn.core.internal.wc | |
org.tmatesoft.svn.core.internal.wc17 | |
org.tmatesoft.svn.core.internal.wc17.db | |
org.tmatesoft.svn.core.internal.wc17.db.statement17 | |
org.tmatesoft.svn.core.internal.wc2.ng | |
org.tmatesoft.svn.core.wc2 |
NEW: this package contains command-style API to perform most of
Subversion operations on the level of abstraction similar to that of the
command line client.
|
Modifier and Type | Field and Description |
---|---|
private SVNSkel |
SVNSkel.myNext |
Modifier and Type | Field and Description |
---|---|
private java.util.List<SVNSkel> |
SVNSkel.myList |
Modifier and Type | Method and Description |
---|---|
static SVNSkel |
SVNSkel.createAtom(byte[] data) |
static SVNSkel |
SVNSkel.createAtom(byte[] data,
int offset,
int length) |
static SVNSkel |
SVNSkel.createAtom(java.lang.String str) |
private static SVNSkel |
SVNSkel.createAtom(SVNPropertyValue propertyValue) |
static SVNSkel |
SVNSkel.createEmptyList() |
static SVNSkel |
SVNSkel.createInheritedProperties(java.util.Map<java.lang.String,SVNProperties> iprops) |
static SVNSkel |
SVNSkel.createPropList(java.util.Map<java.lang.String,SVNPropertyValue> props) |
SVNSkel |
SVNSkel.first() |
SVNSkel |
SVNSkel.getChild(int i) |
SVNSkel |
SVNSkel.next() |
static SVNSkel |
SVNSkel.parse(byte[] data) |
static SVNSkel |
SVNSkel.parse(byte[] data,
int offset,
int length) |
static SVNSkel |
SVNSkel.parse(java.nio.ByteBuffer buffer) |
static SVNSkel |
SVNSkel.parseExplicitAtom(java.nio.ByteBuffer buffer) |
static SVNSkel |
SVNSkel.parseImplicitAtom(java.nio.ByteBuffer buffer) |
static SVNSkel |
SVNSkel.parseList(java.nio.ByteBuffer buffer) |
Modifier and Type | Method and Description |
---|---|
java.util.List<SVNSkel> |
SVNSkel.getList() |
Modifier and Type | Method and Description |
---|---|
void |
SVNSkel.appendChild(SVNSkel child) |
void |
SVNSkel.prepend(SVNSkel child) |
Modifier and Type | Method and Description |
---|---|
void |
SVNSkel.removeChildren(java.util.Collection<SVNSkel> childrenToRemove) |
Modifier and Type | Method and Description |
---|---|
static SVNSkel |
SVNTreeConflictUtil.getConflictSkel(SVNConflictVersion nullVersion,
SVNTreeConflictDescription conflict) |
private static SVNSkel |
SVNTreeConflictUtil.prependVersionInfo(SVNSkel parent,
SVNConflictVersion versionInfo) |
Modifier and Type | Method and Description |
---|---|
private static boolean |
SVNTreeConflictUtil.isValidConflict(SVNSkel skel) |
private static boolean |
SVNTreeConflictUtil.isValidVersionInfo(SVNSkel skel) |
private static SVNSkel |
SVNTreeConflictUtil.prependVersionInfo(SVNSkel parent,
SVNConflictVersion versionInfo) |
private static SVNConflictVersion |
SVNTreeConflictUtil.readConflictVersion(SVNSkel skel) |
static SVNTreeConflictDescription |
SVNTreeConflictUtil.readSingleTreeConflict(SVNSkel skel,
java.io.File dirPath) |
Modifier and Type | Field and Description |
---|---|
SVNSkel |
SVNWCContext.MergeInfo.conflictSkel |
SVNSkel |
SVNWCContext.MergePropertiesInfo.conflictSkel |
(package private) SVNSkel |
SVNTreeConflictEditor.UpdateWorkingProps.conflictSkel |
SVNSkel |
SVNUpdateEditor17.MergeFileInfo.conflictSkel |
private SVNSkel |
SVNUpdateEditor17.DirectoryBaton.editConflict |
private SVNSkel |
SVNUpdateEditor17.FileBaton.editConflict |
SVNSkel |
SVNWCContext.RemoveArtifactInfo.workItem |
SVNSkel |
SVNUpdateEditor17.MergeFileInfo.workItem |
SVNSkel |
SVNWCContext.MergeInfo.workItems |
SVNSkel |
SVNWCContext.MergePropertiesInfo.workItems |
SVNSkel |
SVNWCContext.PresevePreMergeFileInfo.workItems |
SVNSkel |
SVNWCContext.TextConflictResolutionInfo.workItems |
private SVNSkel |
DefaultSvnMerger.workItems |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,SVNSkel> |
SVNUpdateEditor17.DirectoryBaton.deletionConflicts |
Modifier and Type | Method and Description |
---|---|
private SVNSkel |
SVNUpdateEditor17.checkTreeConflict(java.io.File localAbspath,
ISVNWCDb.SVNWCDbStatus workingStatus,
boolean existsInRepos,
SVNNodeKind expectedKind,
SVNConflictAction action) |
SVNSkel |
SVNWCContext.conflictCreateMarker(SVNSkel conflictSkel,
java.io.File localAbsPath) |
private SVNSkel |
SVNTreeConflictEditor.createConflictMarkers(java.io.File localAbsPath,
java.io.File reposRelPath,
SVNSkel conflictSkel,
SVNOperation operation,
SVNTreeConflictEditor.WorkingNodeVersion oldNodeVersion,
SVNTreeConflictEditor.WorkingNodeVersion newNodeVersion,
SVNNodeKind kind) |
SVNSkel |
DefaultSvnMerger.getWorkItems() |
private SVNSkel |
SVNWCContext.saveMergeResult(java.io.File versionedAbspath,
java.io.File source) |
private static SVNSkel |
SVNWCContext.saveMergeResult(ISVNWCDb db,
java.io.File localAbsPath,
java.io.File sourceAbsPath) |
SVNSkel |
SVNWCContext.wqBuildBaseRemove(java.io.File localAbspath,
boolean keepNotPresent) |
SVNSkel |
SVNWCContext.wqBuildBaseRemove(java.io.File localAbspath,
long notPresentRevision,
ISVNWCDb.SVNWCDbKind notPresentKind) |
static SVNSkel |
SVNWCContext.wqBuildBaseRemove(SVNWCDb db,
java.io.File localAbspath,
long notPresentRevision,
ISVNWCDb.SVNWCDbKind notPresentKind) |
SVNSkel |
SVNWCContext.wqBuildDirInstall(java.io.File localAbsPath) |
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) |
SVNSkel |
SVNWCContext.wqBuildFileCommit(java.io.File localAbspath,
boolean propsMods) |
SVNSkel |
SVNWCContext.wqBuildFileCopyTranslated(java.io.File localAbspath,
java.io.File srcAbspath,
java.io.File dstAbspath) |
static SVNSkel |
SVNWCContext.wqBuildFileCopyTranslated(SVNWCDb db,
java.io.File localAbspath,
java.io.File srcAbspath,
java.io.File dstAbspath) |
SVNSkel |
SVNWCContext.wqBuildFileInstall(java.io.File localAbspath,
java.io.File sourceAbspath,
boolean useCommitTimes,
boolean recordFileinfo) |
static SVNSkel |
SVNWCContext.wqBuildFileInstall(SVNWCDb db,
java.io.File localAbspath,
java.io.File sourceAbspath,
boolean useCommitTimes,
boolean recordFileinfo) |
SVNSkel |
SVNWCContext.wqBuildFileMove(java.io.File srcAbspath,
java.io.File dstAbspath) |
SVNSkel |
SVNWCContext.wqBuildFileMove(java.io.File anchorPath,
java.io.File srcAbspath,
java.io.File dstAbspath) |
SVNSkel |
SVNWCContext.wqBuildFileRemove(java.io.File wriAbsPath,
java.io.File localAbspath) |
static SVNSkel |
SVNWCContext.wqBuildFileRemove(SVNWCDb db,
java.io.File wriAbspath,
java.io.File localAbspath) |
SVNSkel |
SVNWCContext.wqBuildPostUpgrade() |
SVNSkel |
SVNWCContext.wqBuildPrejInstall(java.io.File localAbspath,
SVNSkel conflictSkel) |
static SVNSkel |
SVNWCContext.wqBuildPrejInstall(ISVNWCDb db,
java.io.File localAbspath,
SVNSkel conflictSkel) |
SVNSkel |
SVNWCContext.wqBuildRecordFileinfo(java.io.File localAbspath,
SVNDate setTime) |
SVNSkel |
SVNWCContext.wqBuildSetPropertyConflictMarkerTemp(java.io.File localAbspath,
java.io.File prejFile) |
SVNSkel |
SVNWCContext.wqBuildSetTextConflictMarkersTmp(java.io.File localAbspath,
java.io.File old,
java.io.File neo,
java.io.File wrk) |
SVNSkel |
SVNWCContext.wqBuildSyncFileFlags(java.io.File localAbspath) |
static SVNSkel |
SVNWCContext.wqBuildSyncFileFlags(SVNWCDb db,
java.io.File localAbspath) |
static SVNSkel |
SVNWCContext.wqMerge(SVNSkel workItem1,
SVNSkel workItem2) |
Modifier and Type | Method and Description |
---|---|
private void |
SVNWCContext.appendPropConflict(java.io.OutputStream stream,
SVNSkel propSkel) |
void |
SVNUpdateEditor17.completeConflict(SVNSkel conflict,
java.io.File localAbsPath,
java.io.File oldReposRelPath,
long oldRevision,
java.io.File newReposRelPath,
SVNNodeKind localKind,
SVNNodeKind targetKind) |
SVNSkel |
SVNWCContext.conflictCreateMarker(SVNSkel conflictSkel,
java.io.File localAbsPath) |
(package private) void |
SVNWCContext.conflictSkelAddPropConflict(SVNSkel skel,
java.lang.String propName,
SVNPropertyValue baseVal,
SVNPropertyValue mineVal,
SVNPropertyValue toVal,
SVNPropertyValue fromVal) |
private SVNSkel |
SVNTreeConflictEditor.createConflictMarkers(java.io.File localAbsPath,
java.io.File reposRelPath,
SVNSkel conflictSkel,
SVNOperation operation,
SVNTreeConflictEditor.WorkingNodeVersion oldNodeVersion,
SVNTreeConflictEditor.WorkingNodeVersion newNodeVersion,
SVNNodeKind kind) |
java.io.File |
SVNWCContext.createPrejFile(java.io.File localAbspath,
SVNSkel conflictSkel) |
private void |
SVNWCContext.dispatchWorkItem(java.io.File wcRootAbspath,
SVNSkel workItem) |
void |
SVNWCContext.invokeConflictResolver(java.io.File localAbsPath,
SVNSkel conflictSkel,
ISVNConflictHandler conflictHandler,
ISVNCanceller canceller) |
private static boolean |
SVNWCContext.isSingleWorkItem(SVNSkel workItem) |
private SVNPropertyValue |
SVNWCContext.maybePropValue(java.lang.String propname,
SVNSkel child) |
SVNWCContext.MergeInfo |
SVNWCContext.merge(SVNSkel workItems,
SVNSkel conflictSkel,
java.io.File leftAbspath,
java.io.File rightAbspath,
java.io.File targetAbspath,
java.io.File wriAbspath,
java.lang.String leftLabel,
java.lang.String rightLabel,
java.lang.String targetLabel,
SVNProperties oldActualProps,
boolean dryRun,
SVNDiffOptions options,
SVNProperties propDiff) |
private java.lang.String |
SVNWCContext.messageFromSkel(SVNSkel skel) |
void |
SVNWCContext.RunWorkQueueOperation.runOperation(SVNWCContext ctx,
java.io.File wcRootAbspath,
SVNSkel workItem) |
void |
SVNWCContext.RunBaseRemove.runOperation(SVNWCContext ctx,
java.io.File wcRootAbspath,
SVNSkel workItem) |
void |
SVNWCContext.RunFileInstall.runOperation(SVNWCContext ctx,
java.io.File wcRootAbspath,
SVNSkel workItem) |
void |
SVNWCContext.RunFileCommit.runOperation(SVNWCContext ctx,
java.io.File wcRootAbspath,
SVNSkel workItem) |
void |
SVNWCContext.RunFileRemove.runOperation(SVNWCContext ctx,
java.io.File wcRootAbspath,
SVNSkel workItem) |
void |
SVNWCContext.RunFileMove.runOperation(SVNWCContext ctx,
java.io.File wcRootAbspath,
SVNSkel workItem) |
void |
SVNWCContext.RunFileTranslate.runOperation(SVNWCContext ctx,
java.io.File wcRootAbspath,
SVNSkel workItem) |
void |
SVNWCContext.RunSyncFileFlags.runOperation(SVNWCContext ctx,
java.io.File wcRootAbspath,
SVNSkel workItem) |
void |
SVNWCContext.RunPrejInstall.runOperation(SVNWCContext ctx,
java.io.File wcRootAbspath,
SVNSkel workItem) |
void |
SVNWCContext.RunDirRemove.runOperation(SVNWCContext ctx,
java.io.File wcRootAbspath,
SVNSkel workItem) |
void |
SVNWCContext.RunDirInstall.runOperation(SVNWCContext ctx,
java.io.File wcRootAbspath,
SVNSkel workItem) |
void |
SVNWCContext.RunRecordFileInfo.runOperation(SVNWCContext ctx,
java.io.File wcRootAbspath,
SVNSkel workItem) |
void |
SVNWCContext.RunSetTextConflictMarkersTemp.runOperation(SVNWCContext ctx,
java.io.File wcRootAbspath,
SVNSkel workItem) |
void |
SVNWCContext.RunSetPropertyConflictMarkerTemp.runOperation(SVNWCContext ctx,
java.io.File wcRootAbspath,
SVNSkel workItem) |
void |
SVNWCContext.RunPostUpgrade.runOperation(SVNWCContext ctx,
java.io.File wcRootAbspath,
SVNSkel workItem) |
private SVNTreeConflictEditor.UpdateWorkingProps |
SVNTreeConflictEditor.updateWorkingProps(SVNSkel conflictSkel,
java.io.File localAbsPath,
SVNTreeConflictEditor.WorkingNodeVersion oldNodeVersion,
SVNTreeConflictEditor.WorkingNodeVersion newNodeVersion) |
SVNSkel |
SVNWCContext.wqBuildPrejInstall(java.io.File localAbspath,
SVNSkel conflictSkel) |
static SVNSkel |
SVNWCContext.wqBuildPrejInstall(ISVNWCDb db,
java.io.File localAbspath,
SVNSkel conflictSkel) |
static SVNSkel |
SVNWCContext.wqMerge(SVNSkel workItem1,
SVNSkel workItem2) |
Modifier and Type | Field and Description |
---|---|
SVNSkel |
SVNWCDb.Delete.conflict |
SVNSkel |
SVNWCDb.InsertBase.conflict |
SVNSkel |
SVNWCDb.InsertWorking.conflict |
(package private) SVNSkel |
SVNWCDb.SetProperties.conflict |
SVNSkel |
SVNWCDb.BaseRemove.conflict |
(package private) SVNSkel |
SVNWCDb.MakeCopy.conflicts |
SVNSkel |
ISVNWCDb.WCDbWorkQueueInfo.workItem |
SVNSkel |
SVNWCDb.Delete.workItems |
SVNSkel |
SVNWCDb.InsertBase.workItems |
SVNSkel |
SVNWCDb.InsertWorking.workItems |
(package private) SVNSkel |
SVNWCDb.SetProperties.workItems |
SVNSkel |
SVNWCDb.BaseRemove.workItems |
(package private) SVNSkel |
SVNWCDb.MakeCopy.workItems |
SVNSkel |
SVNWCDb.Commit.workItems |
SVNSkel |
SVNWCDb.HandleMoveBack.workItems |
Modifier and Type | Method and Description |
---|---|
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 SVNSkel |
SvnWcDbConflicts.convertToConflictSkel(java.lang.String conflictOld,
java.lang.String conflictWorking,
java.lang.String conflictNew,
java.lang.String propReject,
byte[] treeConflictData) |
static SVNSkel |
SvnWcDbConflicts.createConflictMarkers(ISVNWCDb db,
java.io.File localAbsPath,
SVNSkel conflictSkel) |
static SVNSkel |
SvnWcDbConflicts.createConflictSkel() |
static SVNSkel |
SvnWcDbConflicts.getConflict(SVNSkel conflictSkel,
SvnWcDbConflicts.ConflictKind kind) |
private static SVNSkel |
SvnWcDbConflicts.getOperation(SVNSkel conflictSkel) |
SVNSkel |
ISVNWCDb.readConflict(java.io.File localAbsPath) |
SVNSkel |
SVNWCDb.readConflict(java.io.File localAbsPath) |
static SVNSkel |
SvnWcDbConflicts.readConflict(SVNWCDb db,
java.io.File localAbspath) |
static SVNSkel |
SvnWcDbConflicts.readConflictInternal(SVNWCDbRoot wcRoot,
java.io.File localRelPath) |
SVNSkel |
SVNWCDb.readConflictInternal(SVNWCDbRoot wcRoot,
java.io.File localRelPath) |
private SVNSkel |
SVNWCDb.readConflictInternal17(SVNWCDbRoot wcRoot,
java.io.File localRelPath) |
private static SVNSkel |
SvnWcDbConflicts.readConflictOperation(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 |
---|---|
void |
ISVNWCDb.addBaseDirectory(java.io.File localAbsPath,
java.io.File reposRelPath,
SVNURL reposRootUrl,
java.lang.String reposUuid,
long revision,
SVNProperties props,
long changedRev,
SVNDate changedDate,
java.lang.String changedAuthor,
java.util.List<java.io.File> children,
SVNDepth depth,
SVNProperties davCache,
SVNSkel conflict,
boolean updateActualProps,
SVNProperties actualProps,
java.util.Map<java.lang.String,SVNProperties> iprops,
SVNSkel workItems)
Add or replace a directory in the BASE tree.
|
void |
SVNWCDb.addBaseDirectory(java.io.File localAbsPath,
java.io.File reposRelPath,
SVNURL reposRootUrl,
java.lang.String reposUuid,
long revision,
SVNProperties props,
long changedRev,
SVNDate changedDate,
java.lang.String changedAuthor,
java.util.List<java.io.File> children,
SVNDepth depth,
SVNProperties davCache,
SVNSkel conflict,
boolean updateActualProps,
SVNProperties actualProps,
java.util.Map<java.lang.String,SVNProperties> iprops,
SVNSkel workItems) |
void |
ISVNWCDb.addBaseExcludedNode(java.io.File localAbsPath,
java.io.File reposRelPath,
SVNURL reposRootUrl,
java.lang.String reposUuid,
long revision,
ISVNWCDb.SVNWCDbKind kind,
ISVNWCDb.SVNWCDbStatus status,
SVNSkel conflict,
SVNSkel workItems)
Create a node in the BASE tree that is present in name only.
|
void |
SVNWCDb.addBaseExcludedNode(java.io.File localAbsPath,
java.io.File reposRelPath,
SVNURL reposRootUrl,
java.lang.String reposUuid,
long revision,
ISVNWCDb.SVNWCDbKind kind,
ISVNWCDb.SVNWCDbStatus status,
SVNSkel conflict,
SVNSkel workItems) |
void |
ISVNWCDb.addBaseFile(java.io.File localAbspath,
java.io.File reposRelpath,
SVNURL reposRootUrl,
java.lang.String reposUuid,
long revision,
SVNProperties props,
long changedRev,
SVNDate changedDate,
java.lang.String changedAuthor,
SvnChecksum checksum,
SVNProperties davCache,
boolean deleteWorking,
boolean updateActualProps,
SVNProperties actualProps,
boolean keepRecordedInfo,
boolean insertBaseDeleted,
java.util.Map<java.lang.String,SVNProperties> iprops,
SVNSkel conflict,
SVNSkel workItems)
Add or replace a file in the BASE tree.
|
void |
SVNWCDb.addBaseFile(java.io.File localAbspath,
java.io.File reposRelpath,
SVNURL reposRootUrl,
java.lang.String reposUuid,
long revision,
SVNProperties props,
long changedRev,
SVNDate changedDate,
java.lang.String changedAuthor,
SvnChecksum checksum,
SVNProperties davCache,
boolean deleteWorking,
boolean updateActualProps,
SVNProperties actualProps,
boolean keepRecordedInfo,
boolean insertBaseDeleted,
java.util.Map<java.lang.String,SVNProperties> iprops,
SVNSkel conflict,
SVNSkel workItems) |
void |
ISVNWCDb.addBaseNotPresentNode(java.io.File localAbspath,
java.io.File reposRelPath,
SVNURL reposRootUrl,
java.lang.String reposUuid,
long revision,
ISVNWCDb.SVNWCDbKind kind,
SVNSkel conflict,
SVNSkel workItems) |
void |
SVNWCDb.addBaseNotPresentNode(java.io.File localAbspath,
java.io.File reposRelPath,
SVNURL reposRootUrl,
java.lang.String reposUuid,
long revision,
ISVNWCDb.SVNWCDbKind kind,
SVNSkel conflict,
SVNSkel workItems) |
void |
ISVNWCDb.addBaseSymlink(java.io.File localAbsPath,
java.io.File reposRelPath,
SVNURL reposRootUrl,
java.lang.String reposUuid,
long revision,
SVNProperties props,
long changedRev,
SVNDate changedDate,
java.lang.String changedAuthor,
java.io.File target,
SVNProperties davCache,
SVNSkel conflict,
boolean updateActualProps,
SVNProperties acutalProps,
SVNSkel workItems)
Add or replace a symlink in the BASE tree.
|
void |
SVNWCDb.addBaseSymlink(java.io.File localAbsPath,
java.io.File reposRelPath,
SVNURL reposRootUrl,
java.lang.String reposUuid,
long revision,
SVNProperties props,
long changedRev,
SVNDate changedDate,
java.lang.String changedAuthor,
java.io.File target,
SVNProperties davCache,
SVNSkel conflict,
boolean updateActualProps,
SVNProperties acutalProps,
SVNSkel workItems) |
private void |
SVNWCDb.addExcludedOrNotPresentNode(java.io.File localAbspath,
java.io.File reposRelpath,
SVNURL reposRootUrl,
java.lang.String reposUuid,
long revision,
ISVNWCDb.SVNWCDbKind kind,
ISVNWCDb.SVNWCDbStatus status,
SVNSkel conflict,
SVNSkel workItems) |
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 void |
SvnWcDbExternals.addExternalFile(SVNWCContext context,
java.io.File localAbsPath,
java.io.File wriAbsPath,
java.io.File reposRelPath,
SVNURL reposRootUrl,
java.lang.String reposUuid,
long targetRevision,
SVNProperties newPristineProperties,
java.util.Map<java.lang.String,SVNProperties> iprops,
long changedRev,
SVNDate changedDate,
java.lang.String changedAuthor,
SvnChecksum newChecksum,
SVNProperties davCache,
java.io.File recordAncestorAbspath,
java.io.File recordedReposRelPath,
long recordedPegRevision,
long recordedRevision,
boolean updateActualProperties,
SVNProperties newActualProperties,
boolean keepRecordedInfo,
SVNSkel conflictSkel,
SVNSkel allWorkItems) |
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) |
private static void |
SvnWcDbConflicts.addPropConflict(SVNSkel skel,
java.lang.String propReject) |
static void |
SvnWcDbConflicts.addPropConflict(SVNSkel skel,
java.lang.String propName,
SVNPropertyValue originalVal,
SVNPropertyValue mineVal,
SVNPropertyValue incomingVal,
SVNPropertyValue incomingBaseVal) |
private static void |
SVNWCDb.addSingleWorkItem(SVNSqlJetDb sDb,
SVNSkel workItem) |
static void |
SvnWcDbConflicts.addTextConflict(SVNSkel skel,
ISVNWCDb db,
java.io.File wriAbsPath,
java.io.File mineAbsPath,
java.io.File theirOldAbsPath,
java.io.File theirAbsPath) |
private static void |
SvnWcDbConflicts.addTextConflict(SVNSkel skel,
java.lang.String mineRelPath,
java.lang.String theirOldRelPath,
java.lang.String theirRelPath) |
static void |
SvnWcDbConflicts.addTreeConflict(SVNSkel skel,
ISVNWCDb db,
java.io.File wriAbsPath,
SVNConflictReason localChange,
SVNConflictAction incomingChange,
java.io.File moveSrcOpRootAbsPath) |
private static void |
SvnWcDbConflicts.addTreeConflict(SVNSkel skel,
SVNConflictReason localChange,
SVNConflictAction incomingChange) |
static void |
SVNWCDb.addWorkItems(SVNSqlJetDb sDb,
SVNSkel skel) |
void |
ISVNWCDb.addWorkQueue(java.io.File wcRootAbsPath,
SVNSkel workItem)
In the WCROOT associated with DB and WRI_ABSPATH, add WORK_ITEM to the
wcroot's work queue.
|
void |
SVNWCDb.addWorkQueue(java.io.File wcRootAbsPath,
SVNSkel workItem) |
static void |
SvnWcDbConflicts.conflictSkelOpMerge(SVNSkel conflictSkel,
SVNConflictVersion original,
SVNConflictVersion target) |
static void |
SvnWcDbConflicts.conflictSkelOpSwitch(SVNSkel conflictSkel,
SVNConflictVersion original,
SVNConflictVersion target) |
static void |
SvnWcDbConflicts.conflictSkelOpUpdate(SVNSkel conflictSkel,
SVNConflictVersion original,
SVNConflictVersion target) |
static boolean |
SvnWcDbConflicts.conflictSkelResolve(SVNSkel conflictSkel,
ISVNWCDb db,
java.io.File wriAbsPAth,
boolean resolveText,
java.lang.String resolveProp,
boolean resolveTree) |
static java.util.List<SVNWCConflictDescription17> |
SvnWcDbConflicts.convertFromSkel(SVNWCDb db,
java.io.File localAbsPath,
boolean createTempFiles,
SVNSkel conflictSkel) |
static void |
SvnWcDbCopy.copy(SVNWCDbDir srcPdh,
java.io.File localSrcRelpath,
SVNWCDbDir dstPdh,
java.io.File localDstRelpath,
java.io.File dstOpRootRelPath,
boolean isMove,
SVNSkel workItems) |
static void |
SvnWcDbCopy.copyDir(SVNWCDbDir pdh,
java.io.File localRelpath,
SVNProperties props,
long changedRev,
SVNDate changedDate,
java.lang.String changedAuthor,
java.io.File originalReposRelPath,
SVNURL originalRootUrl,
java.lang.String originalUuid,
long originalRevision,
java.util.List<java.io.File> children,
boolean isMove,
SVNDepth depth,
SVNSkel conflict,
SVNSkel workItems) |
static void |
SvnWcDbCopy.copyFile(SVNWCDbDir pdh,
java.io.File localRelpath,
SVNProperties props,
long changedRev,
SVNDate changedDate,
java.lang.String changedAuthor,
java.io.File originalReposRelPath,
SVNURL originalRootUrl,
java.lang.String originalUuid,
long originalRevision,
SvnChecksum checksum,
boolean updateActualProps,
SVNProperties newActualProps,
SVNSkel conflict,
SVNSkel workItems) |
static SVNSkel |
SvnWcDbConflicts.createConflictMarkers(ISVNWCDb db,
java.io.File localAbsPath,
SVNSkel conflictSkel) |
private static void |
SvnWcDbCopy.doCopy(SVNWCDbDir srcPdh,
java.io.File localSrcRelpath,
SVNWCDbDir dstPdh,
java.io.File localDstRelpath,
java.io.File dstOpRootRelPath,
boolean isMove,
SVNSkel workItems) |
static SVNSkel |
SvnWcDbConflicts.getConflict(SVNSkel conflictSkel,
SvnWcDbConflicts.ConflictKind kind) |
private static SVNSkel |
SvnWcDbConflicts.getOperation(SVNSkel conflictSkel) |
void |
ISVNWCDb.globalCommit(java.io.File localAbspath,
long newRevision,
long changedRevision,
SVNDate changedDate,
java.lang.String changedAuthor,
SvnChecksum newChecksum,
java.util.List<java.io.File> newChildren,
SVNProperties newDavCache,
boolean keepChangelist,
boolean noUnlock,
SVNSkel workItems)
Collapse the WORKING and ACTUAL tree changes down into BASE, called for
each committed node.
|
void |
SVNWCDb.globalCommit(java.io.File localAbspath,
long newRevision,
long changedRevision,
SVNDate changedDate,
java.lang.String changedAuthor,
SvnChecksum newChecksum,
java.util.List<java.io.File> newChildren,
SVNProperties newDavCache,
boolean keepChangelist,
boolean noUnlock,
SVNSkel workItems) |
private static boolean |
SvnWcDbConflicts.hasConflictKind(SVNSkel conflictSkel,
SvnWcDbConflicts.ConflictKind kind) |
static boolean |
SvnWcDbConflicts.isConflictSkelComplete(SVNSkel skel) |
void |
SVNWCDb.markConflictInternal(SVNWCDbRoot wcRoot,
java.io.File localRelPath,
SVNSkel conflictSkel) |
private void |
SVNWCDb.markConflictInternal17(SVNWCDbRoot wcRoot,
java.io.File localRelPath,
SVNSkel conflictSkel) |
void |
ISVNWCDb.opAddDirectory(java.io.File localAbsPath,
SVNProperties props,
SVNSkel workItems)
Add a new versioned directory.
|
void |
SVNWCDb.opAddDirectory(java.io.File localAbsPath,
SVNProperties props,
SVNSkel workItems) |
void |
ISVNWCDb.opAddFile(java.io.File localAbsPath,
SVNProperties props,
SVNSkel workItems)
As a new file, there are no properties.
|
void |
SVNWCDb.opAddFile(java.io.File localAbsPath,
SVNProperties props,
SVNSkel workItems) |
void |
ISVNWCDb.opAddSymlink(java.io.File localAbsPath,
java.io.File target,
SVNProperties props,
SVNSkel workItems) |
void |
SVNWCDb.opAddSymlink(java.io.File localAbsPath,
java.io.File target,
SVNProperties props,
SVNSkel workItems) |
void |
ISVNWCDb.opCopy(java.io.File srcAbsPath,
java.io.File dstAbsPath,
java.io.File dstOpRootAbsPath,
boolean isMove,
SVNSkel workItems)
svn cp WCPATH WCPATH ...
|
void |
SVNWCDb.opCopy(java.io.File srcAbsPath,
java.io.File dstAbsPath,
java.io.File dstOpRootAbsPath,
boolean isMove,
SVNSkel workItems) |
void |
ISVNWCDb.opCopyDir(java.io.File localAbsPath,
SVNProperties props,
long changedRev,
SVNDate changedDate,
java.lang.String changedAuthor,
java.io.File originalReposRelPath,
SVNURL originalRootUrl,
java.lang.String originalUuid,
long originalRevision,
java.util.List<java.io.File> children,
boolean isMove,
SVNDepth depth,
SVNSkel conflict,
SVNSkel workItems)
Record a copy at LOCAL_ABSPATH from a repository directory.
|
void |
SVNWCDb.opCopyDir(java.io.File localAbsPath,
SVNProperties props,
long changedRev,
SVNDate changedDate,
java.lang.String changedAuthor,
java.io.File originalReposRelPath,
SVNURL originalRootUrl,
java.lang.String originalUuid,
long originalRevision,
java.util.List<java.io.File> children,
boolean isMove,
SVNDepth depth,
SVNSkel conflict,
SVNSkel workItems) |
void |
ISVNWCDb.opCopyFile(java.io.File localAbsPath,
SVNProperties props,
long changedRev,
SVNDate changedDate,
java.lang.String changedAuthor,
java.io.File originalReposRelPath,
SVNURL originalRootUrl,
java.lang.String originalUuid,
long originalRevision,
SvnChecksum checksum,
boolean updateActualProps,
SVNProperties newActualProps,
SVNSkel conflict,
SVNSkel workItems)
Record a copy at LOCAL_ABSPATH from a repository file.
|
void |
SVNWCDb.opCopyFile(java.io.File localAbsPath,
SVNProperties props,
long changedRev,
SVNDate changedDate,
java.lang.String changedAuthor,
java.io.File originalReposRelPath,
SVNURL originalRootUrl,
java.lang.String originalUuid,
long originalRevision,
SvnChecksum checksum,
boolean updateActualProps,
SVNProperties newActualProps,
SVNSkel conflict,
SVNSkel workItems) |
void |
ISVNWCDb.opDelete(java.io.File localAbsPath,
java.io.File movedToAbsPath,
boolean deleteDirExternals,
SVNSkel conflict,
SVNSkel workItems,
ISVNEventHandler handler) |
void |
SVNWCDb.opDelete(java.io.File localAbsPath,
java.io.File movedToAbsPath,
boolean deleteDirExternals,
SVNSkel conflict,
SVNSkel workItems,
ISVNEventHandler eventHandler) |
boolean |
ISVNWCDb.opHandleMoveBack(java.io.File localAbsPath,
java.io.File movedFromAbsPath,
SVNSkel workItems) |
boolean |
SVNWCDb.opHandleMoveBack(java.io.File localAbsPath,
java.io.File movedFromAbsPath,
SVNSkel workItems) |
void |
SVNWCDb.opMakeCopy(java.io.File localAbspath,
SVNSkel conflicts,
SVNSkel workItems) |
void |
ISVNWCDb.opMarkConflict(java.io.File localAbspath,
SVNSkel conflictSkel,
SVNSkel workItems) |
void |
SVNWCDb.opMarkConflict(java.io.File localAbspath,
SVNSkel conflictSkel,
SVNSkel workItems) |
void |
ISVNWCDb.opMarkResolved(java.io.File localAbspath,
boolean resolvedText,
boolean resolvedProps,
boolean resolvedTree,
SVNSkel workItems)
caller maintains ACTUAL, and how the resolution occurred.
|
void |
SVNWCDb.opMarkResolved(java.io.File localAbspath,
boolean resolvedText,
boolean resolvedProps,
boolean resolvedTree,
SVNSkel workItems) |
void |
ISVNWCDb.opSetNewDirToIncompleteTemp(java.io.File localAbspath,
java.io.File reposRelpath,
SVNURL reposRootURL,
java.lang.String reposUuid,
long revision,
SVNDepth depth,
boolean insertBaseDeleted,
boolean deleteWorking,
SVNSkel conflict,
SVNSkel workItems) |
void |
SVNWCDb.opSetNewDirToIncompleteTemp(java.io.File localAbspath,
java.io.File reposRelpath,
SVNURL reposRootURL,
java.lang.String reposUuid,
long revision,
SVNDepth depth,
boolean insertBaseDeleted,
boolean deleteWorking,
SVNSkel conflict,
SVNSkel workItems) |
void |
ISVNWCDb.opSetProps(java.io.File localAbsPath,
SVNProperties props,
SVNSkel conflict,
boolean clearRecordedInfo,
SVNSkel workItems)
Set the properties of the node LOCAL_ABSPATH in the ACTUAL tree to PROPS.
|
void |
SVNWCDb.opSetProps(java.io.File localAbsPath,
SVNProperties props,
SVNSkel conflict,
boolean clearRecordedInfo,
SVNSkel workItems) |
static void |
SvnWcDbConflicts.prependLocation(SVNSkel skel,
SVNConflictVersion location) |
static void |
SvnWcDbConflicts.prependPropValue(SVNPropertyValue fromVal,
SVNSkel skel) |
static Structure<SvnWcDbConflicts.ConflictInfo> |
SvnWcDbConflicts.readConflictInfo(SVNSkel conflictSkel) |
private static SVNConflictVersion |
SvnWcDbConflicts.readConflictLocation(SVNSkel locationSkel) |
static java.util.List<java.io.File> |
SvnWcDbConflicts.readConflictMarkers(SVNWCDb db,
java.io.File wriAbsPath,
SVNSkel conflictSkel) |
private static SVNSkel |
SvnWcDbConflicts.readConflictOperation(SVNSkel conflictSkel) |
static Structure<SvnWcDbConflicts.PropertyConflictInfo> |
SvnWcDbConflicts.readPropertyConflict(ISVNWCDb db,
java.io.File wriAbsPath,
SVNSkel conflictSkel) |
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 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) |
void |
ISVNWCDb.removeBase(java.io.File localAbsPath,
boolean keepAsWorking,
boolean queueDeletes,
boolean removeLocks,
long notPresentRevision,
SVNSkel conflict,
SVNSkel workItems) |
void |
SVNWCDb.removeBase(java.io.File localAbsPath,
boolean keepAsWorking,
boolean queueDeletes,
boolean removeLocks,
long notPresentRevision,
SVNSkel conflict,
SVNSkel workItems) |
static void |
SvnWcDbExternals.removeExternalNode(SVNWCContext context,
java.io.File localAbsPath,
java.io.File wriAbsPath,
SVNSkel workItems) |
static void |
SvnWcDbConflicts.setConflictOperation(SVNSkel skel,
SVNOperation operation,
SVNConflictVersion original,
SVNConflictVersion target) |
private long |
SVNWCDb.updateActualConflict17(SVNWCDbRoot wcRoot,
java.io.File localRelpath,
SVNSkel conflicts,
boolean resolvedAll) |
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) |
void |
SVNWCDb.wqAdd(java.io.File wriAbsPath,
SVNSkel workItem) |
Modifier and Type | Method and Description |
---|---|
private SVNSkel |
SvnRevertActualNodesTrigger17.getConflictSkel(org.tmatesoft.sqljet.core.table.ISqlJetCursor cursor) |
Modifier and Type | Field and Description |
---|---|
(package private) SVNSkel |
SvnNgWcToWcCopy.CopyToTmpDir.workItem |
Modifier and Type | Field and Description |
---|---|
private SVNSkel |
SvnMergeResult.conflictSkel |
Modifier and Type | Method and Description |
---|---|
SVNSkel |
SvnMergeResult.getConflictSkel()
Gets conflict.
|
Modifier and Type | Method and Description |
---|---|
void |
SvnMergeResult.setConflictSkel(SVNSkel conflictSkel)
Sets conflict.
|