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 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
void
runHotCopy
(FSFS srcOwner, java.io.File dstPath) private void
writeFSType
(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
-