Versions Compared

Key

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

...

The tags of packages of any release can be listed by the command

relinfo <release-name>

How to see which new tags were added on top of the specified release (for example ana-0.13.3)

kinit

relinfo -n -P -f /reg/g/psdm/sw/releases/buildbot/tags/tags-ana REPO > latest-tags

diff latest-tags /reg/g/psdm/sw/releases/buildbot/tags/ana-0.13.3

Create completely new package

...

svn diff -r 7810:HEAD ParametersV1.h

To see ALL modifications made to a <package-name> since the specified SVN revision (ex.: 8968)

svn diff -r 8968:HEAD https://pswww.slac.stanford.edu/svn-readonly/psdmrepo/<package-name>/trunk

For more complex cases consult SVN documentation.

...