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

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

some improvements in wiki production

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