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" [all...]
75 if [[ "$SCM_MODE" = "teamware" ]]; then84 elif [[ "$SCM_MODE" = "mercurial" || "$SCM_MODE" == "git" ]]; then177 which_scm | read SCM_MODE CODEMGR_WS || exit 1179 if [[ $SCM_MODE == "unknown" ]]; then181 elif [[ $SCM_MODE == "mercurial" ]]; then183 elif [[ $SCM_MODE == "git" ]]; then185 elif [[ $SCM_MODE != "teamware" ]]; then186 fail "Unsupported SCM in use: $SCM_MODE"
1981 if [[ $SCM_MODE == "git" ]]; then1983 elif [[ $SCM_MODE == "subversion" ]]; then1985 elif [[ $SCM_MODE == "unknown" ]]; then2177 $WHICH_SCM | read SCM_MODE junk || exit 12179 if [[ $SCM_MODE == "git" ]]; then2197 elif [[ $SCM_MODE == "subversion" ]]; then2279 case "$SCM_MODE" in2291 print -u2 "Unsupported SCM in use ($SCM_MODE) and file list not specified"2297 print -u2 " SCM detected: $SCM_MODE"2339 if [[ $SCM_MODE [all...]
89 which_scm | read SCM_MODE CODEMGR_WS || exit 191 if [[ $SCM_MODE == "unknown" ]];then