Uses of Class
org.tmatesoft.svn.core.wc.SVNOperation
-
Packages that use SVNOperation Package Description org.tigris.subversion.javahl Provides a (mostly native, using JNI and javah) implementation of a high level Java API for Subversion.org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.internal.wc17 org.tmatesoft.svn.core.internal.wc17.db org.tmatesoft.svn.core.javahl17 org.tmatesoft.svn.core.wc This package provides a high-level API for managing Working Copies in a way compatible with the native SVN command line client. -
-
Uses of SVNOperation in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl with parameters of type SVNOperation Modifier and Type Method Description private static int
JavaHLObjectFactory. getConflictOperation(SVNOperation operation)
-
Uses of SVNOperation in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc that return SVNOperation Modifier and Type Method Description private static SVNOperation
SVNTreeConflictUtil. getOperation(java.lang.String name)
-
Uses of SVNOperation in org.tmatesoft.svn.core.internal.wc17
Fields in org.tmatesoft.svn.core.internal.wc17 declared as SVNOperation Modifier and Type Field Description private SVNOperation
SVNTreeConflictEditor. operation
private SVNOperation
SVNWCConflictDescription17. operation
Methods in org.tmatesoft.svn.core.internal.wc17 that return SVNOperation Modifier and Type Method Description SVNOperation
SVNWCConflictDescription17. getOperation()
Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNOperation Modifier and Type Method Description private SVNSkel
SVNTreeConflictEditor. createConflictMarkers(java.io.File localAbsPath, java.io.File reposRelPath, SVNSkel conflictSkel, SVNOperation operation, SVNTreeConflictEditor.WorkingNodeVersion oldNodeVersion, SVNTreeConflictEditor.WorkingNodeVersion newNodeVersion, SVNNodeKind kind)
static SVNWCConflictDescription17
SVNWCConflictDescription17. createTree(java.io.File localAbspath, SVNNodeKind nodeKind, SVNOperation operation, SVNConflictVersion srcLeftVersion, SVNConflictVersion srcRightVersion)
private boolean
SVNWCContext. generatePropConflict(java.io.File localAbsPath, SVNOperation operation, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, java.lang.String propName, SVNPropertyValue baseVal, SVNPropertyValue workingVal, SVNPropertyValue incomingOldVal, SVNPropertyValue incomingNewVal, ISVNConflictHandler conflictHandler)
private void
SVNTreeConflictEditor. markTreeConflict(java.io.File localRelPath, SVNConflictVersion oldVersion, SVNConflictVersion newVersion, java.io.File moveRootDstRelPath, SVNOperation operation, SVNNodeKind oldKind, SVNNodeKind newKind, java.io.File oldReposRelPath, SVNConflictReason reason, SVNConflictAction action, java.io.File moveSrcOpRootRelPath)
SVNWCContext.TextConflictResolutionInfo
SVNWCContext. resolveTextConflict(java.io.File localAbsPath, SVNOperation operation, java.io.File leftAbsPath, java.io.File rightAbsPath, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, java.io.File resultTarget, java.io.File detranslatedTarget, ISVNConflictHandler conflictHandler)
void
SVNWCConflictDescription17. setOperation(SVNOperation operation)
private SVNConflictDescription
SVNWCContext. setupTreeConflictDesc(java.io.File localAbsPath, SVNOperation operation, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, SVNConflictReason localChange, SVNConflictAction incomingChange)
private void
SVNTreeConflictEditor. updateWorkingFile(java.io.File localRelPath, java.io.File reposRelPath, SVNOperation operation, SVNTreeConflictEditor.WorkingNodeVersion oldNodeVersion, SVNTreeConflictEditor.WorkingNodeVersion newNodeVersion)
Constructors in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNOperation Constructor Description SVNTreeConflictEditor(SVNWCDb db, SVNOperation operation, SVNConflictVersion oldVersion, SVNConflictVersion newVersion, SVNWCDbRoot wcRoot, java.io.File moveRootDstRelPath)
-
Uses of SVNOperation in org.tmatesoft.svn.core.internal.wc17.db
Fields in org.tmatesoft.svn.core.internal.wc17.db declared as SVNOperation Modifier and Type Field Description SVNOperation
SVNWCDb.ResolveDeleteRaiseMovedAway. operation
SVNOperation
SVNWCDb.UpdateMovedAwayConflictVictim. operation
Methods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type SVNOperation Modifier and Type Method Description private void
SVNWCDb. driveTreeConflictEditor(SVNTreeConflictEditor treeConflictEditor, java.io.File srcRelPath, java.io.File dstRelPath, int srcOpDepth, SVNOperation operation, SVNConflictReason localChange, SVNConflictAction incomingChange, SVNConflictVersion oldVersion, SVNConflictVersion newVersion, SVNWCDbRoot wcRoot)
private void
SVNWCDb. markTreeConflict(java.io.File localRelPath, SVNWCDbRoot wcRoot, SVNConflictVersion oldVersion, SVNConflictVersion newVersion, java.io.File moveRootDstRelPath, SVNOperation operation, SVNNodeKind oldKind, SVNNodeKind newKind, java.io.File oldReposRelPath, SVNConflictReason reason, SVNConflictAction action, java.io.File moveSrcOpRootRelPath)
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 void
SvnWcDbConflicts. setConflictOperation(SVNSkel skel, SVNOperation operation, SVNConflictVersion original, SVNConflictVersion target)
-
Uses of SVNOperation in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 with parameters of type SVNOperation Modifier and Type Method Description private ConflictDescriptor.Operation
SVNClientImpl. getConflictDescriptorOperation(SVNOperation operation)
-
Uses of SVNOperation in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as SVNOperation Modifier and Type Field Description static SVNOperation
SVNOperation. MERGE
Merge operation.private SVNOperation
SVNTreeConflictDescription. myOperation
static SVNOperation
SVNOperation. NONE
None.static SVNOperation
SVNOperation. SWITCH
Switch operation.static SVNOperation
SVNOperation. UPDATE
Update operation.Methods in org.tmatesoft.svn.core.wc that return SVNOperation Modifier and Type Method Description static SVNOperation
SVNOperation. fromString(java.lang.String operation)
Converts a string operation name to anSVNOperation
object.SVNOperation
SVNTreeConflictDescription. getOperation()
Returns the user operation that exposed this tree conflict.Constructors in org.tmatesoft.svn.core.wc with parameters of type SVNOperation Constructor Description SVNTreeConflictDescription(java.io.File path, SVNNodeKind nodeKind, SVNConflictAction conflictAction, SVNConflictReason conflictReason, SVNOperation operation, SVNConflictVersion sourceLeftVersion, SVNConflictVersion sourceRightVersion)
Creates a newSVNTreeConflictDescription
.
-