Home
last modified time | relevance | path

Searched refs:CWS (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh2052 CWS=$1
2055 cd $CWS
2129 cd $CWS
2168 if [[ -e $CWS/$DIR/$F ]]; then
2169 cp $CWS/$DIR/$F $newdir/$DIR/$F
2170 chmod $(get_file_mode $CWS/$DIR/$F) $newdir/$DIR/$F
2182 [[ -e $CWS/$DIR/$F ]] && cp $CWS/$DIR/$F $newdir/$DIR/$F
2188 svn status $CWS/$DIR/$F | read stat file
2190 svn cat -r BASE $CWS/$DIR/$F > $olddir/$PDIR/$PF
2204 [[ -e $CWS/$DIR/$F ]] && cp $CWS/$DIR/$F $newdir/$DIR/$F
[all …]