Searched refs:SCM_MODE (Results 1 – 4 of 4) sorted by relevance
73 if [[ "$SCM_MODE" = "teamware" ]]; then77 elif [[ "$SCM_MODE" = "mercurial" ]]; then90 elif [[ "$SCM_MODE" = "git" ]]; then126 if env CODEMGR_WS="" $WHICH_SCM | read SCM_MODE tmpwsname && \127 [[ $SCM_MODE != unknown ]]; then128 echo "Defaulting to $SCM_MODE repository $tmpwsname"204 (cd $wsname && env CODEMGR_WS="" $WHICH_SCM) | read SCM_MODE tmpwsname205 if [[ $? != 0 || "$SCM_MODE" == unknown ]]; then220 if [[ "$SCM_MODE" = "teamware" && -d ${wsname}/Codemgr_wsdata ]]; then224 elif [[ "$SCM_MODE" = "mercurial" && -d ${wsname}/.hg ]]; then[all …]
77 if [[ "$SCM_MODE" == "teamware" ]]; then86 elif [[ "$SCM_MODE" == "mercurial" || "$SCM_MODE" == "git" ]]; then179 which_scm | read SCM_MODE CODEMGR_WS || exit 1181 if [[ $SCM_MODE == "unknown" ]]; then183 elif [[ $SCM_MODE == "mercurial" ]]; then185 elif [[ $SCM_MODE == "git" ]]; then187 elif [[ $SCM_MODE != "teamware" ]]; then188 fail "Unsupported SCM in use: $SCM_MODE"
2231 if [[ $SCM_MODE == "git" ]]; then2233 elif [[ $SCM_MODE == "subversion" ]]; then2235 elif [[ $SCM_MODE == "unknown" ]]; then2429 $WHICH_SCM | read SCM_MODE junk || exit 12431 if [[ $SCM_MODE == "git" ]]; then2444 elif [[ $SCM_MODE == "subversion" ]]; then2526 case "$SCM_MODE" in2538 print -u2 "Unsupported SCM in use ($SCM_MODE) and file list not specified"2544 print -u2 " SCM detected: $SCM_MODE"2586 if [[ $SCM_MODE == "git" ]]; then[all …]
89 which_scm | read SCM_MODE CODEMGR_WS || exit 191 if [[ $SCM_MODE == "unknown" ]];then