Lines Matching refs:CODEMGR_WS
1875 if [[ -z $codemgr_ws && -n $CODEMGR_WS ]]; then
1876 codemgr_ws=$CODEMGR_WS
1877 export CODEMGR_WS
2156 CODEMGR_WS: Workspace location.
2327 # 1. hg root from CODEMGR_WS environment variable
2328 # 1a. hg root from CODEMGR_WS/usr/closed if we're somewhere under
2333 testparent=${CODEMGR_WS}/usr/closed
2343 testparent=${CODEMGR_WS}
2352 # 1. git rev-parse --git-dir from CODEMGR_WS environment variable
2355 [[ -z $codemgr_ws && -n $CODEMGR_WS ]] && \
2356 codemgr_ws=$($GIT --git-dir=$CODEMGR_WS/.git rev-parse --git-dir \
2370 # 1. CODEMGR_WS from environment
2373 if [[ -n $CODEMGR_WS && -d $CODEMGR_WS/.svn ]]; then
2374 CWS=$CODEMGR_WS
2391 # setting for CODEMGR_WS, or the current directory if that wasn't set.
2394 CWS=${CODEMGR_WS:-.}
2478 if [[ -z $wxfile && -n $CODEMGR_WS ]]; then
2479 if [[ -r $CODEMGR_WS/wx/active ]]; then
2480 wxfile=$CODEMGR_WS/wx/active
2485 "be auto-detected (check \$CODEMGR_WS)" && exit 1
2510 # and CODEMGR_WS as needed. Here, we set the parent workspace.
2722 if [[ -z $CODEMGR_WS ]]; then
2724 "CODEMGR_WS not specified"
2734 CWS=$CODEMGR_WS