Package Description
This package contains the the actual running scripts and its configurations files for the "BuzatuTree", etc. We want the other packages to be as they are, but the configurations can be different between different users.
SVN Checkout
The first port of call will be to check out the package which is stored:
Setup these environment variables by running this code or adding it to your ".profile" on a Mac, your ".bashrc" on Unix ppelx machines at Glasgow or ".zshrc" on lxplus machines at CERN, then starting a new window.
export SVNUSR="svn+ssh://svn.cern.ch/reps/atlas-abuzatu"
export SVN_EDITOR="emacs -nw"
To take a look inside the package's trunk from the browser
https://svnweb.cern.ch/trac/atlas-abuzatu/browser/BuzatuWH/trunk
or from the terminal
svn ls ${SVNUSR}/BuzatuWH/trunk
To checkout the package we should create an area locally:
mkdir BuzatuWH
cd BuzatuWH
Check out the trunk:
svn co ${SVNUSR}/BuzatuWH/trunk
or to give it a new name, such when retrieving the package as part of an analysis working frame of several packages
svn co ${SVNUSR}/BuzatuWH/trunk BuzatuWH
Or, checkout a tag:
svn co ${SVNUSR}/BuzatuWH/tags/BuzatuWH-00-00-01
Back to mother package:
AdrianBuzatuWHAll.
--
AdrianBuzatu - 19 Sep 2014