source: trunk/SRC/Documentation/xmldoc/wiki/UpdateSaxo @ 408

Last change on this file since 408 was 354, checked in by pinsard, 16 years ago

some improvements in wiki production

File size: 2.6 KB
RevLine 
[352]1= Update SAXO =
[351]2[[PageOutline]]
3
4   
5   
6   
7   
8 
[352]9== If you work at IDRIS, IPSL or LOCEAN ==
[347]10
[354]11If you [wiki:GetSaxo linked] your {{{${HOME}/SAXO_DIR}}} to
12
13 * IDRIS, on rhodes: {{{/home/rech/eee/reee217/SAXO_DIR}}}
14 * IPSL: {{{/home/smlod/SAXO_DIR}}}
15 * LOCEAN: {{{/usr/home/smasson/SAXO_DIR}}}
16you are always using the up-to-date version of SAXO. There is nothing to do.
[351]17     
[352]18== If you got SAXO with Subversion (svn) ==
[347]19
[354]20You can check the status of your {{{${HOME}/SAXO_DIR}}} with the following command:
21
22{{{
[351]23#!html
24<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen">
[354]25  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">svn</strong></span> <code class="option">status</code> <code class="option">-u</code> ${HOME}/SAXO_DIR</code></strong>
26</pre>
[351]27}}}
[352]28
[354]29Or, for example, if you only want to check the status of {{{${HOME}/SAXO_DIR/SRC}}} directory
30
31{{{
[351]32#!html
33<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen">
[354]34  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">svn</strong></span> <code class="option">status</code> <code class="option">-u</code> ${HOME}/SAXO_DIR/SRC</code></strong>
35</pre>
[351]36}}}
[352]37
[354]38You can update your {{{${HOME}/SAXO_DIR}}} with the following command:
39
40{{{
[351]41#!html
42<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen">
[354]43  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">svn</strong></span> <code class="option">update</code> ${HOME}/SAXO_DIR</code></strong>
44</pre>
[351]45}}}
[352]46
[354]47Or, for example, if you only want to update {{{${HOME}/SAXO_DIR/SRC}}} directory
48
49{{{
[351]50#!html
51<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen">
[354]52  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">svn</strong></span> <code class="option">update</code> ${HOME}/SAXO_DIR/SRC</code></strong>
53</pre>
[351]54}}}
[352]55
[354]56For a quick help on svn status and svn update see
57
58{{{
[351]59#!html
60<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen">
[347]61  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">svn</strong></span> <code class="option">help</code> <em class="parameter"><code>status</code></em></code></strong>
62  <code class="prompt">$</code> <strong class="userinput"><code><span><strong class="command">svn</strong></span> <code class="option">help</code> <em class="parameter"><code>update</code></em></code></strong>
[354]63</pre>
[351]64}}}
[347]65
[352]66== If you got SAXO from a tar file ==
[347]67
[354]68The only way to update SAXO is to re-download and reinstall the tar file as you done for the [wiki:GetSaxo first installation].
[351]69     
Note: See TracBrowser for help on using the repository browser.