public class SvnNgDowngrade extends SvnNgOperationRunner<SvnWcGeneration,SvnUpgrade>
| Modifier and Type | Class and Description |
|---|---|
private static class |
SvnNgDowngrade.DowngradeConflictStatement |
private static class |
SvnNgDowngrade.SelectConflictsStatement |
UNKNOWNNULL| 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, setRepositoryAccessgetFirstTarget, isApplicable, sleepForTimestampcheckCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContextprotected SvnWcGeneration run(SVNWCContext context) throws SVNException
run in class SvnNgOperationRunner<SvnWcGeneration,SvnUpgrade>SVNExceptionpublic void downgrade(SVNWCContext context, java.io.File localAbsPath) throws SVNException
SVNExceptionprivate 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
SVNExceptionprivate void collectConflicts18(SVNSqlJetDb sDb, java.util.List<java.lang.Long> wcIds, java.util.List<java.io.File> paths) throws SVNException
SVNException