Running the latest version of our code on uaf machines

Note: This code is taken from the head and is not guaranteed to work at all times

#setenv CVSROOT lpccvs@cdcvs.fnal.gov:/cvs/lpc
setenv CVSROOT :pserver:anonymous@cdcvs.fnal.gov:/cvs/lpc
source /afs/fnal.gov/files/code/cms/setup/cshrc uaf

scram project ORCA ORCA_8_7_3
cd ORCA_8_7_3/src
cvs co -r update_060207 -d Workspace Tracking/Workspace
cvs co -r update_060207 -d TrackerReco Tracking/TrackerReco

eval `scram runtime -csh`
cd TrackerReco/
scram b

cd ../Workspace/
scram b

rehash
eval `scram runtime -csh`
Example -c orcarc