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

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

new wiki generation technique : form _full.xml instead of .html

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