# # Copyright 2005 Perforce Software. All rights reserved. # if [ -f p4paths.sh ]; then . p4paths.sh else echo "Must be run in the directory with the script" exit fi p4 user -i -f < /dev/null else mkdir -p ${SCRIPTPATH}/${1}/main mkdir -p ${SCRIPTPATH}/${1}/spec p4 sync //depot/main/... p4 sync //spec/... fi