public class SvnNgDowngrade extends SvnNgOperationRunner<SvnWcGeneration,SvnUpgrade>
Modifier and Type | Class and Description |
---|---|
private static class |
SvnNgDowngrade.DowngradeConflictStatement |
private static class |
SvnNgDowngrade.SelectConflictsStatement |
UNKNOWN
NULL
Constructor and Description |
---|
SvnNgDowngrade() |
Modifier and Type | Method and Description |
---|---|
private void |
collectConflicts18(SVNSqlJetDb sDb,
java.util.List<java.lang.Long> wcIds,
java.util.List<java.io.File> paths) |
void |
downgrade(SVNWCContext context,
java.io.File localAbsPath) |
private void |
downgradeConflict(SVNSqlJetDb sDb,
long wcId,
java.io.File localAbsPath,
java.io.File conflictOldRelPath,
java.io.File conflictNewRelPath,
java.io.File conflictWorkingRelPath,
java.io.File prejRelPath,
byte[] treeConflictData) |
protected SvnWcGeneration |
run(SVNWCContext context) |
deleteDeleteFiles, getRepositoryAccess, getWcGeneration, matchesChangelist, reset, run, setRepositoryAccess
getFirstTarget, isApplicable, sleepForTimestamp
checkCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContext
protected SvnWcGeneration run(SVNWCContext context) throws SVNException
run
in class SvnNgOperationRunner<SvnWcGeneration,SvnUpgrade>
SVNException
public void downgrade(SVNWCContext context, java.io.File localAbsPath) throws SVNException
SVNException
private void downgradeConflict(SVNSqlJetDb sDb, long wcId, java.io.File localAbsPath, java.io.File conflictOldRelPath, java.io.File conflictNewRelPath, java.io.File conflictWorkingRelPath, java.io.File prejRelPath, byte[] treeConflictData) throws SVNException
SVNException
private void collectConflicts18(SVNSqlJetDb sDb, java.util.List<java.lang.Long> wcIds, java.util.List<java.io.File> paths) throws SVNException
SVNException