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

Last change on this file since 100 was 100, checked in by smasson, 18 years ago

compileall + add ipsl in saxo deposit

  • Property svn:executable set to *
File size: 4.6 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<!ENTITY promptidl "idl&gt;">
6<!ENTITY numb1 '<inlinemediaobject><imageobject><imagedata fileref="images/callouts/1.png" format="PNG"/></imageobject><textobject><phrase>1</phrase></textobject></inlinemediaobject>'>
7<!ENTITY numb2 '<inlinemediaobject><imageobject><imagedata fileref="images/callouts/2.png" format="PNG"/></imageobject><textobject><phrase>2</phrase></textobject></inlinemediaobject>'>
8<!ENTITY showfig '<inlinemediaobject><imageobject><imagedata fileref="images/showfig.png" format="PNG"/></imageobject><textobject><phrase>show result</phrase></textobject></inlinemediaobject>'>
9]>
10
11
12<article lang="en">
13  <title>
14    Update <application>SAXO</application>
15  </title>
16 
17  <articleinfo>
18    <authorgroup>
19      <author><firstname>Sébastien</firstname><surname>Masson</surname><email>smasson_at_lodyc.jussieu.fr</email></author>
20      <author><firstname>Françoise</firstname><surname>Pinsard</surname><email>fplod_at_lodyc.jussieu.fr</email></author>
21    </authorgroup>
22    <keywordset>
23      <keyword>idl</keyword>
24      <keyword>SAXO</keyword>
25    </keywordset>
26    <revhistory>
27      <revision>
28        <revnumber>0.0</revnumber>
29        <date>May 2006</date>
30        <revremark>First draft</revremark>
31      </revision>
32    </revhistory> 
33  </articleinfo>
34
35
36    <sect1 id="saxo_local">
37      <title>
38        If you work at IDRIS, IPSL or LOCEAN
39      </title>
40      <para>
41        If you <ulink url="getsaxo.html?format=raw#saxo_local">linked</ulink> your <filename class='directory'><envar>${HOME}</envar>/SAXO_DIR</filename> to
42        <itemizedlist>
43          <listitem><simpara>IDRIS, on rhodes: <filename class='directory'>/home/rech/eee/reee217/SAXO_DIR</filename></simpara></listitem>
44          <listitem><simpara>IPSL: <filename class='directory'>/home/smlod/SAXO_DIR</filename></simpara></listitem>
45          <listitem><simpara>LOCEAN: <filename class='directory'>/usr/home/smasson/SAXO_DIR</filename></simpara></listitem>
46        </itemizedlist>
47        your are always using the up-to-date version of SAXO. There is nothing to do.
48      </para>
49    </sect1>
50
51  <!--  2 -->
52
53    <sect1 id="saxo_svn">
54      <title>
55        If you got SAXO with <ulink url="getsaxo.html?format=raw#saxo_svn"><application> Subversion (svn)</application></ulink>
56      </title>
57      <para>
58        You can check the status of your <filename class='directory'><envar>${HOME}</envar>/SAXO_DIR</filename> with the following command:
59        <screen format="linespecific">
60  <prompt>$</prompt> <userinput><command>svn</command> <option>status</option> <option>-u</option> <parameter><filename class='directory'><envar>${HOME}</envar>/SAXO_DIR</filename></parameter></userinput>
61        </screen>
62        Or, for example, if you only want to check the status of <filename class='directory'><envar>${HOME}</envar>/SAXO_DIR/SRC</filename> directory
63        <screen format="linespecific">
64  <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>
65        </screen>
66        You can update your <filename class='directory'><envar>${HOME}</envar>/SAXO_DIR</filename> with the following command:
67        <screen format="linespecific">
68  <prompt>$</prompt> <userinput><command>svn</command> <option>update</option> <parameter><filename class='directory'><envar>${HOME}</envar>/SAXO_DIR</filename></parameter></userinput>
69        </screen>
70        Or, for example, if you only want to update <filename class='directory'><envar>${HOME}</envar>/SAXO_DIR/SRC</filename> directory
71        <screen format="linespecific">
72  <prompt>$</prompt> <userinput><command>svn</command> <option>update</option> <parameter><filename class='directory'><envar>${HOME}</envar>/SAXO_DIR/SRC</filename></parameter></userinput>
73        </screen>
74        For a quick help on <userinput>svn status</userinput> and <userinput>svn update</userinput> see
75        <screen format="linespecific">
76  <prompt>$</prompt> <userinput><command>svn</command> <option>help</option> <parameter>status</parameter> </userinput>
77  <prompt>$</prompt> <userinput><command>svn</command> <option>help</option> <parameter>update</parameter> </userinput>
78        </screen>
79      </para>
80    </sect1>
81
82  <!--  3 -->
83
84    <sect1 id="saxo_tar">
85      <title>
86        If you got SAXO from a <ulink url="getsaxo.html?format=raw#saxo_src_tar">tar file</ulink>
87      </title>
88      <para>
89        The only way to update SAXO is to redownload and reinstall the tar file as you done for the <ulink url="getsaxo.html?format=raw#saxo_src_tar">first installation</ulink>.
90      </para> 
91    </sect1>
92
93
94</article>
Note: See TracBrowser for help on using the repository browser.