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

Last change on this file since 147 was 139, checked in by pinsard, 18 years ago

modification of some .xml (add Id, aspell checking), add style.css file and titlepage technique

  • Property svn:keywords set to Id
File size: 4.0 KB
Line 
1<?xml version='1.0' encoding='iso-8859-1'?>
2<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
4[
5]>
6<!--
7-->
8<article lang="en">
9  <title>
10    Update <application>SAXO</application>
11  </title>
12 
13  <articleinfo>
14    <authorgroup>
15      <author><firstname>Sébastien</firstname><surname>Masson</surname><email>Sebastien.Masson_at_locean-ipsl.upmc.fr</email></author>
16      <author><firstname>Françoise</firstname><surname>Pinsard</surname><email>Francoise.Pinsard_at_locean-ipsl.upmc.fr</email></author>
17    </authorgroup>
18    <keywordset>
19      <keyword>idl</keyword>
20      <keyword>SAXO</keyword>
21    </keywordset>
22    <revhistory>
23      <revision>
24        <revnumber>0.0</revnumber>
25        <date>May 2006</date>
26        <revremark>First draft</revremark>
27      </revision>
28    </revhistory> 
29    <pubdate>$Id$</pubdate>
30  </articleinfo>
31
32
33    <sect1 id="saxo_local">
34      <title>
35        If you work at IDRIS, IPSL or LOCEAN
36      </title>
37      <para>
38        If you <ulink url="getsaxo.html?format=raw#saxo_local">linked</ulink> your <filename class='directory'><envar>${HOME}</envar>/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        your 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 id="saxo_svn">
51      <title>
52        If you got SAXO with <ulink url="getsaxo.html?format=raw#saxo_svn"><application> Subversion (svn)</application></ulink>
53      </title>
54      <para>
55        You can check the status of your <filename class='directory'><envar>${HOME}</envar>/SAXO_DIR</filename> with the following command:
56        <screen format="linespecific">
57  <prompt>$</prompt> <userinput><command>svn</command> <option>status</option> <option>-u</option> <parameter><filename class='directory'><envar>${HOME}</envar>/SAXO_DIR</filename></parameter></userinput>
58        </screen>
59        Or, for example, if you only want to check the status of <filename class='directory'><envar>${HOME}</envar>/SAXO_DIR/SRC</filename> directory
60        <screen format="linespecific">
61  <prompt>$</prompt> <userinput><command>svn</command> <option>status</option> <option>-u</option> <parameter><filename class='directory'><envar>${HOME}</envar>/SAXO_DIR/SRC</filename></parameter></userinput>
62        </screen>
63        You can update your <filename class='directory'><envar>${HOME}</envar>/SAXO_DIR</filename> with the following command:
64        <screen format="linespecific">
65  <prompt>$</prompt> <userinput><command>svn</command> <option>update</option> <parameter><filename class='directory'><envar>${HOME}</envar>/SAXO_DIR</filename></parameter></userinput>
66        </screen>
67        Or, for example, if you only want to update <filename class='directory'><envar>${HOME}</envar>/SAXO_DIR/SRC</filename> directory
68        <screen format="linespecific">
69  <prompt>$</prompt> <userinput><command>svn</command> <option>update</option> <parameter><filename class='directory'><envar>${HOME}</envar>/SAXO_DIR/SRC</filename></parameter></userinput>
70        </screen>
71        For a quick help on <userinput>svn status</userinput> and <userinput>svn update</userinput> see
72        <screen format="linespecific">
73  <prompt>$</prompt> <userinput><command>svn</command> <option>help</option> <parameter>status</parameter> </userinput>
74  <prompt>$</prompt> <userinput><command>svn</command> <option>help</option> <parameter>update</parameter> </userinput>
75        </screen>
76      </para>
77    </sect1>
78
79  <!--  3 -->
80
81    <sect1 id="saxo_tar">
82      <title>
83        If you got SAXO from a <ulink url="getsaxo.html?format=raw#saxo_src_tar">tar file</ulink>
84      </title>
85      <para>
86        The only way to update SAXO is to re-download and reinstall the tar file as you done for the <ulink url="getsaxo.html?format=raw#saxo_src_tar">first installation</ulink>.
87      </para> 
88    </sect1>
89
90
91</article>
Note: See TracBrowser for help on using the repository browser.