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

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

modify SRC/Documentation/xmldoc/*.xml in ordre to have id attribute for all <sect1>, add $ in all these files, add svn:keywords Id and HeadURL to all these files

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