Versions Compared

Key

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

...

PSDM uses Subversion (SVN) for the code management and versioning task. Currently, official LCLS code such as PSANA, PYANA, etc. is located in the Software Repository which is enabled to LCLS software development team only. For those users who would like to develop their own code, contribute to the LCLS project, and share their code with other user groups, there is a users' software repository,

Code Block
https://pswww.slac.stanford.edu/svn/userrepo

Image Removed (this IS NOT a web reference!), assigned to environment variable SIT_SVN_USER.

...

SVN-based command-line interface is identical for both repositories. The only difference is that the key "-u" should be added to the addpkg and psvn newpkg commands for users' repository.
For example,

addpkg <package-name> -u

...