Update SAXO

Sébastien Masson

Françoise Pinsard

Revision History
Revision 0.0May 2006
First draft

Table of Contents

1. If you work at IDRIS 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 or LOCEAN

If you linked your ${HOME}/SAXO_DIR to

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

your 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 want to check the status only 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 want to update only ${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 redownload and reinstall the tar file as you done for the first installation.