Uses of Class
org.tmatesoft.svn.core.wc.SVNOperation
Packages that use SVNOperation
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
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 SVNOperationModifier and TypeMethodDescriptionprivate static intJavaHLObjectFactory.getConflictOperation(SVNOperation operation) -
Uses of SVNOperation in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc that return SVNOperationModifier and TypeMethodDescriptionprivate static SVNOperationSVNTreeConflictUtil.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 SVNOperationModifier and TypeFieldDescriptionprivate final SVNOperationSVNTreeConflictEditor.operationprivate SVNOperationSVNWCConflictDescription17.operationMethods in org.tmatesoft.svn.core.internal.wc17 that return SVNOperationMethods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNOperationModifier and TypeMethodDescriptionprivate SVNSkelSVNTreeConflictEditor.createConflictMarkers(java.io.File localAbsPath, java.io.File reposRelPath, SVNSkel conflictSkel, SVNOperation operation, SVNTreeConflictEditor.WorkingNodeVersion oldNodeVersion, SVNTreeConflictEditor.WorkingNodeVersion newNodeVersion, SVNNodeKind kind) static SVNWCConflictDescription17SVNWCConflictDescription17.createTree(java.io.File localAbspath, SVNNodeKind nodeKind, SVNOperation operation, SVNConflictVersion srcLeftVersion, SVNConflictVersion srcRightVersion) private booleanSVNWCContext.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 voidSVNTreeConflictEditor.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.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) voidSVNWCConflictDescription17.setOperation(SVNOperation operation) private SVNConflictDescriptionSVNWCContext.setupTreeConflictDesc(java.io.File localAbsPath, SVNOperation operation, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, SVNConflictReason localChange, SVNConflictAction incomingChange) private voidSVNTreeConflictEditor.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 SVNOperationModifierConstructorDescriptionSVNTreeConflictEditor(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 SVNOperationModifier and TypeFieldDescriptionSVNWCDb.ResolveDeleteRaiseMovedAway.operationSVNWCDb.UpdateMovedAwayConflictVictim.operationMethods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type SVNOperationModifier and TypeMethodDescriptionprivate voidSVNWCDb.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 voidSVNWCDb.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 voidSvnWcDbConflicts.readPropertyConflicts(java.util.List<SVNWCConflictDescription17> target, SVNWCDb db, java.io.File localAbsPath, SVNSkel conflictSkel, boolean createTempFiles, SVNOperation operation, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion) static voidSvnWcDbConflicts.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 SVNOperationModifier and TypeMethodDescriptionprivate ConflictDescriptor.OperationSVNClientImpl.getConflictDescriptorOperation(SVNOperation operation) -
Uses of SVNOperation in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as SVNOperationModifier and TypeFieldDescriptionstatic final SVNOperationSVNOperation.MERGEMerge operation.private SVNOperationSVNTreeConflictDescription.myOperationstatic final SVNOperationSVNOperation.NONENone.static final SVNOperationSVNOperation.SWITCHSwitch operation.static final SVNOperationSVNOperation.UPDATEUpdate operation.Methods in org.tmatesoft.svn.core.wc that return SVNOperationModifier and TypeMethodDescriptionstatic SVNOperationSVNOperation.fromString(java.lang.String operation) Converts a string operation name to anSVNOperationobject.SVNTreeConflictDescription.getOperation()Returns the user operation that exposed this tree conflict.Constructors in org.tmatesoft.svn.core.wc with parameters of type SVNOperationModifierConstructorDescriptionSVNTreeConflictDescription(java.io.File path, SVNNodeKind nodeKind, SVNConflictAction conflictAction, SVNConflictReason conflictReason, SVNOperation operation, SVNConflictVersion sourceLeftVersion, SVNConflictVersion sourceRightVersion) Creates a newSVNTreeConflictDescription.