@NotNull File workingDir,
String repSpec,
String branch,
String vcsRevisionKey) throws RepositoryException
{
WorkspaceInfo wkInfo = getWorkpsaceInfoFromPath(workingDir.getAbsolutePath());
setWorkspaceSelector(wkInfo, repSpec, branch, vcsRevisionKey);
}