public class SvnOldUpgrade extends SvnOldRunner<SvnWcGeneration,SvnUpgrade>
Modifier and Type | Class and Description |
---|---|
class |
SvnOldUpgrade.TextBaseFileInfo |
class |
SvnOldUpgrade.TextBaseInfo |
UNKNOWN
NULL
Constructor and Description |
---|
SvnOldUpgrade() |
Modifier and Type | Method and Description |
---|---|
static SVNURL |
getEntryCopyFromURL(SVNEntry entry) |
static SVNURL |
getEntryRepositoryRootURL(SVNEntry entry) |
static SVNURL |
getEntryURL(SVNEntry entry) |
static boolean |
getVersionedSubdirs(SVNWCAccess access,
java.io.File localAbsPath,
java.util.ArrayList<java.io.File> children,
boolean isCalculateDoDeleteDir,
boolean isSkipMissing) |
protected SvnWcGeneration |
run() |
static void |
wipeObsoleteFiles(java.io.File dirAbsPath) |
static void |
wipePostUpgrade(SVNWCContext ctx,
java.io.File dirAbsPath,
boolean isWholeAdmin) |
getWcGeneration
getFirstTarget, isApplicable, sleepForTimestamp
checkCancelled, getOperation, getWcContext, handleEvent, handleEvent, reset, run, setOperation, setWcContext
public static SVNURL getEntryRepositoryRootURL(SVNEntry entry) throws SVNException
SVNException
public static SVNURL getEntryURL(SVNEntry entry) throws SVNException
SVNException
public static SVNURL getEntryCopyFromURL(SVNEntry entry) throws SVNException
SVNException
protected SvnWcGeneration run() throws SVNException
run
in class SvnOperationRunner<SvnWcGeneration,SvnUpgrade>
SVNException
public static void wipePostUpgrade(SVNWCContext ctx, java.io.File dirAbsPath, boolean isWholeAdmin) throws SVNException
SVNException
public static void wipeObsoleteFiles(java.io.File dirAbsPath) throws SVNException
SVNException
public static boolean getVersionedSubdirs(SVNWCAccess access, java.io.File localAbsPath, java.util.ArrayList<java.io.File> children, boolean isCalculateDoDeleteDir, boolean isSkipMissing) throws SVNException
SVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.