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
SVNException
private void writeFSType(FSFS dstOwner, java.lang.String fsType) throws SVNException
SVNException
private void createRepositoryLayout(java.io.File srcPath, java.io.File dstPath) throws SVNException
SVNException
private void createReposDir(java.io.File dir) throws SVNException
SVNException
private void createDBLock(java.io.File dstPath) throws SVNException
SVNException
private void createDBLogsLock(java.io.File dstPath) throws SVNException
SVNException
private void hotCopy(FSFS srcOwner, FSFS dstOwner) throws SVNException
SVNException