parameters.setScmVersion(CommandParameter.SCM_VERSION, new ScmBranch(siteBranch));
parameters.setString(CommandParameter.MESSAGE, msg);
ScmResult result = (CheckInScmResult) executeCommand((GitExeScmProvider) scmProvider, new GitSiteCheckInCommand(),
scmRepository.getProviderRepository(),
new ScmFileSet(checkoutDirectory), parameters);
checkScmResult(result);
}