Class SvnNgDowngrade
java.lang.Object
org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner<V,T>
org.tmatesoft.svn.core.internal.wc2.SvnLocalOperationRunner<V,T>
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner<SvnWcGeneration,SvnUpgrade>
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgDowngrade
- All Implemented Interfaces:
ISVNCanceller,ISVNEventHandler,ISvnOperationRunner<SvnWcGeneration,SvnUpgrade>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classprivate static class -
Field Summary
Fields inherited from interface org.tmatesoft.svn.core.ISVNCanceller
NULLFields inherited from interface org.tmatesoft.svn.core.wc.ISVNEventHandler
UNKNOWN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidcollectConflicts18(SVNSqlJetDb sDb, List<Long> wcIds, List<File> paths) voiddowngrade(SVNWCContext context, File localAbsPath) private voiddowngradeConflict(SVNSqlJetDb sDb, long wcId, File localAbsPath, File conflictOldRelPath, File conflictNewRelPath, File conflictWorkingRelPath, File prejRelPath, byte[] treeConflictData) protected SvnWcGenerationrun(SVNWCContext context) Methods inherited from class org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner
deleteDeleteFiles, getRepositoryAccess, getWcGeneration, matchesChangelist, reset, run, setRepositoryAccessMethods inherited from class org.tmatesoft.svn.core.internal.wc2.SvnLocalOperationRunner
getFirstTarget, isApplicable, sleepForTimestampMethods inherited from class org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner
checkCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContext
-
Constructor Details
-
SvnNgDowngrade
public SvnNgDowngrade()
-
-
Method Details
-
run
- Specified by:
runin classSvnNgOperationRunner<SvnWcGeneration,SvnUpgrade> - Throws:
SVNException
-
downgrade
- Throws:
SVNException
-
downgradeConflict
private void downgradeConflict(SVNSqlJetDb sDb, long wcId, File localAbsPath, File conflictOldRelPath, File conflictNewRelPath, File conflictWorkingRelPath, File prejRelPath, byte[] treeConflictData) throws SVNException - Throws:
SVNException
-
collectConflicts18
private void collectConflicts18(SVNSqlJetDb sDb, List<Long> wcIds, List<File> paths) throws SVNException - Throws:
SVNException
-