String cvsRoot = versionControlServerBean.getCVSROOT();
String password = versionControlServerBean.getPassword();
String localPath = CmsPropertyHandler.getDigitalAssetUploadPath() + File.separator + "checkout";
VCConnector connector = new NetBeansConnector(cvsRoot, localPath, password);
if(tagName.equals("HEAD"))
tagName = null;
List<File> taggedFiles = connector.checkOutModuleFromTag(versionControlServerBean.getModuleName(), tagName);
logger.info("taggedFiles:" + taggedFiles);
File moduleRoot = new File(localPath + File.separator + versionControlServerBean.getModuleName());
getDeploymentComparisonBeansRecursive(moduleRoot, deploymentCompareBeans, null, db, principal, cvsFakeContentId, false, false, false);