source: trunk/SRC/Documentation/xmldoc/updatesaxo.xml @ 345

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

migration from DocBook? 4 to Docbook 5 : sources and production tools

  • Property svn:keywords set to Id
File size: 3.8 KB
Line 
1<?xml version="1.0" encoding="iso-8859-1"?>
2<article version="5.0"
3xmlns="http://docbook.org/ns/docbook"
4xmlns:xl="http://www.w3.org/1999/xlink"
5xml:lang="en"
6xml:id="updatesaxo">
7
8  <title> Update <application>SAXO</application> </title>
9
10  <info>
11    <authorgroup>
12      <author><personname><firstname>Sébastien</firstname> <surname>Masson</surname></personname><email>Sebastien.Masson_at_locean-ipsl.upmc.fr</email></author>
13      <author><personname><firstname>Françoise</firstname> <surname>Pinsard</surname></personname><email>Francoise.Pinsard_at_locean-ipsl.upmc.fr</email></author>
14    </authorgroup>
15    <keywordset>
16      <keyword>IDL</keyword>
17      <keyword>SAXO</keyword>
18    </keywordset>
19    <revhistory>
20      <revision>
21        <revnumber>0.1</revnumber>
22        <date>April 2008</date>
23        <revremark>migration from DocBook 4.2 to Docbook 5.0</revremark>
24      </revision>
25      <revision>
26        <revnumber>0.0</revnumber>
27        <date>May 2006</date>
28        <revremark>First draft</revremark>
29      </revision>
30    </revhistory>
31    <pubdate>$Id$</pubdate>
32  </info>
33
34
35    <sect1 xml:id="saxo_local">
36      <title> If you work at IDRIS, IPSL or LOCEAN </title>
37      <para>
38        If you <link xl:href="./getsaxo.html#saxo_local">linked</link> your <filename class="directory">${HOME}/SAXO_DIR</filename> to
39        <itemizedlist>
40          <listitem><simpara>IDRIS, on rhodes: <filename class="directory">/home/rech/eee/reee217/SAXO_DIR</filename></simpara></listitem>
41          <listitem><simpara>IPSL: <filename class="directory">/home/smlod/SAXO_DIR</filename></simpara></listitem>
42          <listitem><simpara>LOCEAN: <filename class="directory">/usr/home/smasson/SAXO_DIR</filename></simpara></listitem>
43        </itemizedlist>
44        you are always using the up-to-date version of SAXO. There is nothing to do.
45      </para>
46    </sect1>
47
48  <!--  2 -->
49
50    <sect1 xml:id="saxo_svn">
51      <title> If you got SAXO with <link xl:href="./getsaxo.html#saxo_svn"><application> Subversion (svn)</application></link> </title>
52      <para>
53        You can check the status of your <filename class="directory">${HOME}/SAXO_DIR</filename> with the following command:
54        <screen>
55  <prompt>$</prompt> <userinput><command>svn</command> <option>status</option> <option>-u</option> <filename class="directory">${HOME}/SAXO_DIR</filename></userinput>
56        </screen>
57        Or, for example, if you only want to check the status of <filename class="directory">${HOME}/SAXO_DIR/SRC</filename> directory
58        <screen>
59  <prompt>$</prompt> <userinput><command>svn</command> <option>status</option> <option>-u</option> <filename class="directory">${HOME}/SAXO_DIR/SRC</filename></userinput>
60        </screen>
61        You can update your <filename class="directory">${HOME}/SAXO_DIR</filename> with the following command:
62        <screen>
63  <prompt>$</prompt> <userinput><command>svn</command> <option>update</option> <filename class="directory">${HOME}/SAXO_DIR</filename></userinput>
64        </screen>
65        Or, for example, if you only want to update <filename class="directory">${HOME}/SAXO_DIR/SRC</filename> directory
66        <screen>
67  <prompt>$</prompt> <userinput><command>svn</command> <option>update</option> <filename class="directory">${HOME}/SAXO_DIR/SRC</filename></userinput>
68        </screen>
69        For a quick help on <userinput>svn status</userinput> and <userinput>svn update</userinput> see
70        <screen>
71  <prompt>$</prompt> <userinput><command>svn</command> <option>help</option> <parameter>status</parameter></userinput>
72  <prompt>$</prompt> <userinput><command>svn</command> <option>help</option> <parameter>update</parameter></userinput>
73        </screen>
74      </para>
75    </sect1>
76
77  <!--  3 -->
78
79    <sect1 xml:id="saxo_tar">
80      <title> If you got SAXO from a <link xl:href="./getsaxo.html#saxo_src_tar">tar file</link> </title>
81      <para>
82        The only way to update SAXO is to re-download and reinstall the tar file as you done for the <link xl:href="./getsaxo.html#saxo_src_tar">first installation</link>.
83      </para>
84    </sect1>
85
86
87</article>
Note: See TracBrowser for help on using the repository browser.