Versions Compared

Key

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

...

If you don't have a kerberos ticket, you can get readonly access to the repository (anywhere in the world!) like this:

Code Block
svn co https://pswww.slac.stanford.edu/svn-readonly/userrepo/<my-new-package-name>

...

You can check modified code back into the repository by switching to your package directory and using the command:

 

Code Block
svn commit -m "my message describing changes" .    (note the "." at the end of the line!)