Update SAXO

svn Id of xml source file : $Id$

Revision History
Revision 0.1April 2008
migration from DocBook 4.2 to Docbook 5.0
Revision 0.0May 2006
First draft

Table of Contents

1. If you work at IDRIS, IPSL or LOCEAN
2. If you got SAXO with Subversion (svn)
3. If you got SAXO from a tar file

1.  If you work at IDRIS, IPSL or LOCEAN

If you linked your ${HOME}/SAXO_DIR to

  • IDRIS, on rhodes: /home/rech/eee/reee217/SAXO_DIR
  • IPSL: /home/smlod/SAXO_DIR
  • LOCEAN: /usr/home/smasson/SAXO_DIR

you are always using the up-to-date version of SAXO. There is nothing to do.

2.  If you got SAXO with Subversion (svn)

You can check the status of your ${HOME}/SAXO_DIR with the following command:

  $ svn status -u ${HOME}/SAXO_DIR

Or, for example, if you only want to check the status of ${HOME}/SAXO_DIR/SRC directory

  $ svn status -u ${HOME}/SAXO_DIR/SRC

You can update your ${HOME}/SAXO_DIR with the following command:

  $ svn update ${HOME}/SAXO_DIR

Or, for example, if you only want to update ${HOME}/SAXO_DIR/SRC directory

  $ svn update ${HOME}/SAXO_DIR/SRC

For a quick help on svn status and svn update see

  $ svn help status
  $ svn help update

3.  If you got SAXO from a tar file

The only way to update SAXO is to re-download and reinstall the tar file as you done for the first installation.