I am trying to automate the first checkout. build configuration and update from cvs and put them in one script, where the user only has to define 6 variables to get a proper checkout and build:
export OPENOFFICE_DIR="/Users/johan/projecten/testdevel/OpenOffice/" export OPENOFFICEVER="SRC680" export OPENOFFICEVERSMALL="_m214/" export BIN_DIR="bin/" export AQUACWS="cws_src680_aquavcl01" export LANGUAGES="nl en-US" This would result in a checkout that would check for the existance of the directory /Users/johan/projecten/testdevel/OpenOffice/SRC680_m214. would checkout SRC680_m214 from cvs, then do the checkout of cws_src680_aquavcl01 from cvs and place everything neatly. In the current wiki the advice is to make a directory src680-m214. If that would be changed in the CVS checkout name (SRC680_m214), than the script would also work in the setup a described in the aquabuild world. Is it OK to change the directory in the setup from src680-m214 to SRC680_m214? -- Best Regards, Johan Henselmans --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
