Lines Matching refs:checkout
72 [checkout]
89 # Checkout a fresh copy of the GCC build tree.
96 # Checkout the tree
232 CHECKOUT=0
268 checkout) CHECKOUT=1;;
280 if [ ${CHECKOUT} -ne 0 ] && [ ${UPDATE} -ne 0 ]; then
281 error "Cannot checkout and update simultaneously"
284 if [ ${CHECKOUT} -eq 0 ] && test -n "${SVN_BRANCH}"; then
285 error "Branch argument only makes sense when doing a checkout"
295 # Checkout the tree.
296 if [ ${CHECKOUT} -ne 0 ]; then