MksRevisionNumber.createRevision(memberRev), workingCpid,
MksMemberState.Status.UNKNOWN);
}
};
command.execute();
if (command.foundError()) {
LOGGER.error("error while checking if sandbox " + sandbox + " contains " + virtualFile);
for (final VcsException error : command.errors) {
LOGGER.warn(error);
}