* @since 1.2.0, SVN 1.5.0
*/
public void doHotCopy(File srcRepositoryRoot, File newRepositoryRoot) throws SVNException {
FSFS fsfs = SVNAdminHelper.openRepository(srcRepositoryRoot, false);
FSHotCopier copier = getHotCopier();
copier.runHotCopy(fsfs, newRepositoryRoot);
}
/**
* Returns the HEAD revision of the repository located at <code>repositoryRoot</code>.
*