public class FSHotCopier
extends java.lang.Object
| Constructor and Description |
|---|
FSHotCopier() |
| Modifier and Type | Method and Description |
|---|---|
private void |
createDBLock(java.io.File dstPath) |
private void |
createDBLogsLock(java.io.File dstPath) |
private void |
createReposDir(java.io.File dir) |
private void |
createRepositoryLayout(java.io.File srcPath,
java.io.File dstPath) |
private void |
hotCopy(FSFS srcOwner,
FSFS dstOwner) |
void |
runHotCopy(FSFS srcOwner,
java.io.File dstPath) |
private void |
writeFSType(FSFS dstOwner,
java.lang.String fsType) |
public void runHotCopy(FSFS srcOwner, java.io.File dstPath) throws SVNException
SVNExceptionprivate void writeFSType(FSFS dstOwner, java.lang.String fsType) throws SVNException
SVNExceptionprivate void createRepositoryLayout(java.io.File srcPath,
java.io.File dstPath)
throws SVNException
SVNExceptionprivate void createReposDir(java.io.File dir)
throws SVNException
SVNExceptionprivate void createDBLock(java.io.File dstPath)
throws SVNException
SVNExceptionprivate void createDBLogsLock(java.io.File dstPath)
throws SVNException
SVNExceptionprivate void hotCopy(FSFS srcOwner, FSFS dstOwner) throws SVNException
SVNException