Ignore:
Timestamp:
04/22/08 10:52:34 (16 years ago)
Author:
pinsard
Message:

some improvements in wiki production

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/xmldoc/wiki/UpdateSaxo

    r353 r354  
    99== If you work at IDRIS, IPSL or LOCEAN == 
    1010 
    11         If 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}}} 
    16         you are always using the up-to-date version of SAXO. There is nothing to do. 
     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. 
    1717       
    1818== If you got SAXO with Subversion (svn) == 
    1919 
    20         You can check the status of your {{{${HOME}/SAXO_DIR}}} with the following command: 
    21         {{{ 
     20You can check the status of your {{{${HOME}/SAXO_DIR}}} with the following command: 
     21 
     22{{{ 
    2223#!html 
    2324<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
    24   <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> 
    25         </pre> 
     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> 
    2627}}} 
    2728 
    28         Or, for example, if you only want to check the status of {{{${HOME}/SAXO_DIR/SRC}}} directory 
    29         {{{ 
     29Or, for example, if you only want to check the status of {{{${HOME}/SAXO_DIR/SRC}}} directory 
     30 
     31{{{ 
    3032#!html 
    3133<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
    32   <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> 
    33         </pre> 
     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> 
    3436}}} 
    3537 
    36         You can update your {{{${HOME}/SAXO_DIR}}} with the following command: 
    37         {{{ 
     38You can update your {{{${HOME}/SAXO_DIR}}} with the following command: 
     39 
     40{{{ 
    3841#!html 
    3942<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
    40   <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> 
    41         </pre> 
     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> 
    4245}}} 
    4346 
    44         Or, for example, if you only want to update {{{${HOME}/SAXO_DIR/SRC}}} directory 
    45         {{{ 
     47Or, for example, if you only want to update {{{${HOME}/SAXO_DIR/SRC}}} directory 
     48 
     49{{{ 
    4650#!html 
    4751<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
    48   <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> 
    49         </pre> 
     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> 
    5054}}} 
    5155 
    52         For a quick help on svn status and svn update see 
    53         {{{ 
     56For a quick help on svn status and svn update see 
     57 
     58{{{ 
    5459#!html 
    5560<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
    5661  <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> 
    5762  <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> 
    58         </pre> 
     63</pre> 
    5964}}} 
    6065 
    6166== If you got SAXO from a tar file == 
    6267 
    63         The only way to update SAXO is to re-download and reinstall the tar file as you done for the [wiki:GetSaxo first installation]. 
     68The only way to update SAXO is to re-download and reinstall the tar file as you done for the [wiki:GetSaxo first installation]. 
    6469       
Note: See TracChangeset for help on using the changeset viewer.