createProjectCmds.addCommand(new SerializedCommand()
{
@Override
public void onExecute(final Command continuation)
{
VcsCloneOptions cloneOptions = newProject.getVcsCloneOptions();
if (cloneOptions.getVcsName().equals((VCSConstants.GIT_ID)))
indicator.onProgress("Cloning Git repoistory...");
else
indicator.onProgress("Checking out SVN repository...");
gitServer_.vcsClone(