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 -
Method Summary
Modifier and TypeMethodDescriptionprivate voidcreateDBLock(java.io.File dstPath) private voidcreateDBLogsLock(java.io.File dstPath) private voidcreateReposDir(java.io.File dir) private voidcreateRepositoryLayout(java.io.File srcPath, java.io.File dstPath) private voidvoidrunHotCopy(FSFS srcOwner, java.io.File dstPath) private voidwriteFSType(FSFS dstOwner, java.lang.String fsType) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FSHotCopier
public FSHotCopier()
-
-
Method Details
-
runHotCopy
- Throws:
SVNException
-
writeFSType
- Throws:
SVNException
-
createRepositoryLayout
- Throws:
SVNException
-
createReposDir
- Throws:
SVNException
-
createDBLock
- Throws:
SVNException
-
createDBLogsLock
- Throws:
SVNException
-
hotCopy
- Throws:
SVNException
-