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

Last change on this file since 413 was 354, 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
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.
17     
18== If you got SAXO with Subversion (svn) ==
19
20You can check the status of your {{{${HOME}/SAXO_DIR}}} with the following command:
21
22{{{
23#!html
24<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen">
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>
27}}}
28
29Or, for example, if you only want to check the status of {{{${HOME}/SAXO_DIR/SRC}}} directory
30
31{{{
32#!html
33<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen">
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>
36}}}
37
38You can update your {{{${HOME}/SAXO_DIR}}} with the following command:
39
40{{{
41#!html
42<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen">
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>
45}}}
46
47Or, for example, if you only want to update {{{${HOME}/SAXO_DIR/SRC}}} directory
48
49{{{
50#!html
51<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen">
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>
54}}}
55
56For a quick help on svn status and svn update see
57
58{{{
59#!html
60<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen">
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>
63</pre>
64}}}
65
66== If you got SAXO from a tar file ==
67
68The only way to update SAXO is to re-download and reinstall the tar file as you done for the [wiki:GetSaxo first installation].
69     
Note: See TracBrowser for help on using the repository browser.