vcsRevisionKey);
log.debug("setting selector: " + selector + "On path:" + wkInfo.getClientPath());
try {
SetWorkspaceSelectorCommand cmd = new SetWorkspaceSelectorCommand(wkInfo, selector);
cmd.execute();
}
catch (PlasticException ex) {
String message = "Error setting selector: " + ex.getMessage();
log.warn(message, ex);
throw new RepositoryException(message);