Table of Contents
If you linked your ${HOME}/SUPERBIB_DIR
to
/home/rech/eee/reee217/SUPERBIB_DIR
/home/smlod/SUPERBIBDIR
/usr/home/smasson/SUPERBIB_DIR
you are always using the up-to-date version of SUPERBIB. There is nothing to do.
You can check the status of your ${HOME}/SUPERBIB_DIR
with the following command:
$
svn
status
-u
${HOME}/SUPERBIB_DIR
Or, for example, if you only want to check the status of ${HOME}/SUPERBIB_DIR/SRC
directory
$
svn
status
-u
${HOME}/SUPERBIB_DIR/SRC
You can update your ${HOME}/SUPERBIB_DIR
with the following command:
$
svn
update
${HOME}/SUPERBIB_DIR
Or, for example, if you only want to update ${HOME}/SUPERBIB_DIR/SRC
directory
$
svn
update
${HOME}/SUPERBIB_DIR/SRC
For a quick help on svn status
and svn update
see
$
svn
help
status
$
svn
help
update
The only way to update SUPERBIB is to re-download and reinstall the tar file as you done for the first installation.