parameters.setScmVersion(CommandParameter.SCM_VERSION, new ScmBranch(siteBranch));
parameters.setString(CommandParameter.RECURSIVE, "false");
CheckOutScmResult ret = (CheckOutScmResult) executeCommand((GitExeScmProvider) scmProvider, new GitSiteCheckOutCommand(),
scmRepository.getProviderRepository(),
new ScmFileSet(new File(checkoutDirectory, "")), parameters);
checkScmResult(ret);
} catch (ScmException e) {