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 …]
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"
2097 if [[ $SCM_MODE == "mercurial" ]]; then2099 elif [[ $SCM_MODE == "git" ]]; then2101 elif [[ $SCM_MODE == "subversion" ]]; then2103 elif [[ $SCM_MODE == "unknown" ]]; then2300 $WHICH_SCM | read SCM_MODE junk || exit 12301 if [[ $SCM_MODE == "mercurial" ]]; then2326 elif [[ $SCM_MODE == "git" ]]; then2344 elif [[ $SCM_MODE == "subversion" ]]; then2426 case "$SCM_MODE" in2438 print -u2 "Unsupported SCM in use ($SCM_MODE) and file list not specified"[all …]
89 which_scm | read SCM_MODE CODEMGR_WS || exit 191 if [[ $SCM_MODE == "unknown" ]];then