source: trunk/adm/guides/update.xml @ 90

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

Add guides sources (XML files) and associated makefile

File size: 3.1 KB
Line 
1<?xml version="1.0" encoding="iso-8859-1"?>
2<!DOCTYPE article [
3<!ENTITY project "SUPERBIB">
4]>
5<article version="5.0"
6xmlns="http://docbook.org/ns/docbook"
7xmlns:xl="http://www.w3.org/1999/xlink"
8xml:lang="en"
9xml:id="update">
10
11  <title> Update <application>&project;</application> </title>
12
13  <info>
14    <pubdate>$Id$</pubdate>
15  </info>
16
17
18    <sect1 xml:id="local">
19      <title> If you work at IDRIS, IPSL or LOCEAN </title>
20      <para>
21If you <link xl:href="./get.html#local">linked</link> your <filename class="directory">${HOME}/&project;_DIR</filename> to
22<itemizedlist>
23  <listitem><simpara>IDRIS, on rhodes: <filename class="directory">/home/rech/eee/reee217/&project;_DIR</filename></simpara></listitem>
24  <listitem><simpara>IPSL: <filename class="directory">/home/smlod/&project;DIR</filename></simpara></listitem>
25  <listitem><simpara>LOCEAN: <filename class="directory">/usr/home/smasson/&project;_DIR</filename></simpara></listitem>
26</itemizedlist>
27you are always using the up-to-date version of &project;. There is nothing to do.
28      </para>
29    </sect1>
30
31    <sect1 xml:id="svn">
32      <title> If you got &project; with <link xl:href="./get.html#svn"><application> Subversion (svn)</application></link> </title>
33      <para>
34You can check the status of your <filename class="directory">${HOME}/&project;_DIR</filename> with the following command:
35<screen>
36  <prompt>$</prompt> <userinput><command>svn</command> <option>status</option> <option>-u</option> <filename class="directory">${HOME}/&project;_DIR</filename></userinput>
37</screen>
38Or, for example, if you only want to check the status of <filename class="directory">${HOME}/&project;_DIR/SRC</filename> directory
39<screen>
40  <prompt>$</prompt> <userinput><command>svn</command> <option>status</option> <option>-u</option> <filename class="directory">${HOME}/&project;_DIR/SRC</filename></userinput>
41</screen>
42You can update your <filename class="directory">${HOME}/&project;_DIR</filename> with the following command:
43<screen>
44  <prompt>$</prompt> <userinput><command>svn</command> <option>update</option> <filename class="directory">${HOME}/&project;_DIR</filename></userinput>
45</screen>
46Or, for example, if you only want to update <filename class="directory">${HOME}/&project;_DIR/SRC</filename> directory
47<screen>
48  <prompt>$</prompt> <userinput><command>svn</command> <option>update</option> <filename class="directory">${HOME}/&project;_DIR/SRC</filename></userinput>
49</screen>
50For a quick help on <userinput>svn status</userinput> and <userinput>svn update</userinput> see
51<screen>
52  <prompt>$</prompt> <userinput><command>svn</command> <option>help</option> <parameter>status</parameter></userinput>
53  <prompt>$</prompt> <userinput><command>svn</command> <option>help</option> <parameter>update</parameter></userinput>
54</screen>
55      </para>
56    </sect1>
57
58    <sect1 xml:id="tar">
59      <title> If you got &project; from a <link xl:href="./get.html#src_tar">tar file</link> </title>
60      <para>
61The only way to update &project; is to re-download and reinstall the tar file as you done for the <link xl:href="./get.html#src_tar">first installation</link>.
62      </para>
63    </sect1>
64
65
66</article>
Note: See TracBrowser for help on using the repository browser.