Lines Matching refs:SCM_MODE
73 if [[ "$SCM_MODE" = "teamware" ]]; then
77 elif [[ "$SCM_MODE" = "mercurial" ]]; then
90 elif [[ "$SCM_MODE" = "git" ]]; then
126 if env CODEMGR_WS="" $WHICH_SCM | read SCM_MODE tmpwsname && \
127 [[ $SCM_MODE != unknown ]]; then
128 echo "Defaulting to $SCM_MODE repository $tmpwsname"
204 (cd $wsname && env CODEMGR_WS="" $WHICH_SCM) | read SCM_MODE tmpwsname
205 if [[ $? != 0 || "$SCM_MODE" == unknown ]]; then
220 if [[ "$SCM_MODE" = "teamware" && -d ${wsname}/Codemgr_wsdata ]]; then
224 elif [[ "$SCM_MODE" = "mercurial" && -d ${wsname}/.hg ]]; then
228 elif [[ "$SCM_MODE" = "git" && -d ${wsname}/.git ]]; then
233 echo "$wsname is not a supported workspace; type is $SCM_MODE" >&2
289 if [[ "$SCM_MODE" = "teamware" ]]; then
302 elif [[ "$SCM_MODE" = "mercurial" ]]; then