Lines Matching refs:CWS
1802 CWS=$1
1805 cd $CWS
1879 cd $CWS
1918 if [[ -e $CWS/$DIR/$F ]]; then
1919 cp $CWS/$DIR/$F $newdir/$DIR/$F
1920 chmod $(get_file_mode $CWS/$DIR/$F) $newdir/$DIR/$F
1932 [[ -e $CWS/$DIR/$F ]] && cp $CWS/$DIR/$F $newdir/$DIR/$F
1938 svn status $CWS/$DIR/$F | read stat file
1940 svn cat -r BASE $CWS/$DIR/$F > $olddir/$PDIR/$PF
1954 [[ -e $CWS/$DIR/$F ]] && cp $CWS/$DIR/$F $newdir/$DIR/$F
1971 typeset CWS=$5
2173 # that the webrev exists in ${CWS}/webrev, but will upload it using the name
2174 # $(basename ${CWS}). So we need to get CWS set before we skip any remaining
2196 CWS="$codemgr_ws"
2204 CWS=$CODEMGR_WS
2215 CWS=${PWD%$rel}
2223 if [[ -z ${CWS} ]]; then
2224 CWS=${CODEMGR_WS:-.}
2379 flist_from_git "$CWS" "$real_parent"
2397 git_wxfile "$CWS" "$real_parent"
2422 PRETTY_CWS="${CWS} (at ${cnode})"
2432 flist_from_subversion $CWS $OLDPWD
2453 CWS=$CODEMGR_WS
2461 if [[ -z $iflag && -r "$CWS/webrev-info" ]]; then
2463 INCLUDE_FILE="$CWS/webrev-info"
2609 WDIR=${WDIR:-$CWS/webrev}
2618 WNAME=${CWS##*/}
2702 print " Workspace: ${PRETTY_CWS:-$CWS}"
2797 build_old_new "$WDIR" "$PWS" "$PDIR" "$PF" "$CWS" "$DIR" "$F" || \
3008 cd $CWS
3060 print "<tr><th>Workspace:</th><td>${PRETTY_CWS:-$CWS}"