Paul Nilsson's Worksheet

CVS Commands (applied to Panda)
First set the following environment variables

export CVS_RSH=ssh
export CVSROOT=:ext:nilspal@atlas-sw.cern.ch:/atlascvs

Check out the entire Panda distribution:

cvs co offline/Production/panda

Check out a particular revision (version) of a specific file

cvs co -r 1.115 offline/Production/panda/pilot/pilot.py

Check in latest code:

cvs ci -m "some comment" pilot.py

More info on CVS can be found here.



Grid authentication
source /afs/cern.ch/project/gd/LCG-share/sl3/etc/profile.d/grid_env.csh
grid-proxy-init


Don Quixote 2 setup

source /afs/usatlas.bnl.gov/Grid/Don-Quijote/dq2_user_client/setup.csh.CERN

 

 


Last updated: Wednesday, July 05, 2006 12:00:16 PM