Ignore:
Timestamp:
2004-01-16T10:29:58+13:00 (20 years ago)
Author:
kjdon
Message:

now uses the users cvs root

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/gs3-prepare.sh

    r6458 r6519  
    77fi
    88
    9 cvsroot=:pserver:[email protected]:2402/usr/local/global-cvs/gsdl-src
    10 
     9if test -z "$CVSROOT" ; then
     10  echo "You need to set the environment variable CVSROOT before running"
     11  echo "this script. Please use the same path that you used to check out"
     12  echo "the Greentone repository. If you are not using anonymous cvs, you"
     13  echo "also need to set the variable CVS_RSH to ssh."
     14  exit;
     15fi
     16 
    1117# firstly, remove unwanted directories
    12 cvs -d $cvsroot update -dRP
     18cvs update -dRP
    1319
    1420# now check out extra bits
    1521cd packages
    16 cvs -d $cvsroot co mgpp
     22cvs co mgpp
    1723cd $GSDL3HOME
    1824
Note: See TracChangeset for help on using the changeset viewer.