Class FSHotCopier
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.io.fs.FSHotCopier
-
public class FSHotCopier extends java.lang.Object
- Version:
- 1.3
-
-
Constructor Summary
Constructors Constructor Description FSHotCopier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
runHotCopy
public void runHotCopy(FSFS srcOwner, java.io.File dstPath) throws SVNException
- Throws:
SVNException
-
writeFSType
private void writeFSType(FSFS dstOwner, java.lang.String fsType) throws SVNException
- Throws:
SVNException
-
createRepositoryLayout
private void createRepositoryLayout(java.io.File srcPath, java.io.File dstPath) throws SVNException
- Throws:
SVNException
-
createReposDir
private void createReposDir(java.io.File dir) throws SVNException
- Throws:
SVNException
-
createDBLock
private void createDBLock(java.io.File dstPath) throws SVNException
- Throws:
SVNException
-
createDBLogsLock
private void createDBLogsLock(java.io.File dstPath) throws SVNException
- Throws:
SVNException
-
hotCopy
private void hotCopy(FSFS srcOwner, FSFS dstOwner) throws SVNException
- Throws:
SVNException
-
-