Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
kinit mySlacAccountName@SLAC.STANFORD.EDU  (the CAPS are required for SLAC.STANFORD.EDU!)

Create your local release directory and set environment:

Code Block
newrel ana-current rel-sxrmon
cd rel-sxrmon
sit_setup

Create package sub-directory with a few files:

Code Block
newpkg sxrmon

Use the following command to create your own new package in SVN:

Code Block
psvn -u newpkg <my-new-package-name>

...