= Update SAXO = [[PageOutline]] == If you work at IDRIS, IPSL or LOCEAN == If you [wiki:GetSaxo 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. == If you got SAXO with Subversion (svn) == You can check the status of your {{{${HOME}/SAXO_DIR}}} with the following command: {{{ #!html
  $ svn status -u ${HOME}/SAXO_DIR
}}} Or, for example, if you only want to check the status of {{{${HOME}/SAXO_DIR/SRC}}} directory {{{ #!html
  $ svn status -u ${HOME}/SAXO_DIR/SRC
}}} You can update your {{{${HOME}/SAXO_DIR}}} with the following command: {{{ #!html
  $ svn update ${HOME}/SAXO_DIR
}}} Or, for example, if you only want to update {{{${HOME}/SAXO_DIR/SRC}}} directory {{{ #!html
  $ svn update ${HOME}/SAXO_DIR/SRC
}}} For a quick help on svn status and svn update see {{{ #!html
  $ svn help status
  $ svn help update
}}} == 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 [wiki:GetSaxo first installation].