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

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

new documentation pages

  • Property svn:executable set to *
File size: 4.4 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 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>LOCEAN: <filename class='directory'>/usr/home/smasson/SAXO_DIR</filename></simpara></listitem>
45        </itemizedlist>
46        your are always using the up-to-date version of SAXO. There is nothing to do.
47      </para>
48    </sect1>
49
50  <!--  2 -->
51
52    <sect1 id="saxo_svn">
53      <title>
54        If you got SAXO with <ulink url="getsaxo.html?format=raw#saxo_svn"><application> Subversion (svn)</application></ulink>
55      </title>
56      <para>
57        You can check the status of your <filename class='directory'><envar>${HOME}</envar>/SAXO_DIR</filename> with the following command:
58        <screen format="linespecific">
59  <prompt>$</prompt> <userinput><command>svn</command> <option>status</option> <option>-u</option> <parameter><filename class='directory'><envar>${HOME}</envar>/SAXO_DIR</filename></parameter></userinput>
60        </screen>
61        Or, for example, if you only want to check the status of <filename class='directory'><envar>${HOME}</envar>/SAXO_DIR/SRC</filename> directory
62        <screen format="linespecific">
63  <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>
64        </screen>
65        You can update your <filename class='directory'><envar>${HOME}</envar>/SAXO_DIR</filename> with the following command:
66        <screen format="linespecific">
67  <prompt>$</prompt> <userinput><command>svn</command> <option>update</option> <parameter><filename class='directory'><envar>${HOME}</envar>/SAXO_DIR</filename></parameter></userinput>
68        </screen>
69        Or, for example, if you only want to update <filename class='directory'><envar>${HOME}</envar>/SAXO_DIR/SRC</filename> directory
70        <screen format="linespecific">
71  <prompt>$</prompt> <userinput><command>svn</command> <option>update</option> <parameter><filename class='directory'><envar>${HOME}</envar>/SAXO_DIR/SRC</filename></parameter></userinput>
72        </screen>
73        For a quick help on <userinput>svn status</userinput> and <userinput>svn update</userinput> see
74        <screen format="linespecific">
75  <prompt>$</prompt> <userinput><command>svn</command> <option>help</option> <parameter>status</parameter> </userinput>
76  <prompt>$</prompt> <userinput><command>svn</command> <option>help</option> <parameter>update</parameter> </userinput>
77        </screen>
78      </para>
79    </sect1>
80
81  <!--  3 -->
82
83    <sect1 id="saxo_tar">
84      <title>
85        If you got SAXO from a <ulink url="getsaxo.html?format=raw#saxo_src_tar">tar file</ulink>
86      </title>
87      <para>
88        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>.
89      </para> 
90    </sect1>
91
92
93</article>
Note: See TracBrowser for help on using the repository browser.