return moveProjectHelperMoveOnlyProject(tree, source, description, updateFlags,
monitor, srcm, newLocationFile);
} else {
int dstAboveSrcRepo = newLocation.matchingFirstSegments(RepositoryMapping
.getMapping(source).getGitDirAbsolutePath());
int srcAboveSrcRepo = sourceLocation.matchingFirstSegments(RepositoryMapping.getMapping(source).getGitDirAbsolutePath());
if (dstAboveSrcRepo > 0 && srcAboveSrcRepo > 0) {
return moveProjectHelperMoveRepo(tree, source, description, updateFlags, monitor,
srcm, newLocation, sourceLocation);
} else {
return FINISH_FOR_ME;