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

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

new .html files from .xml files following the previous revision for Id modification

  • Property svn:keywords set to Id
File size: 6.2 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3<head>
4<meta name="generator" content=
5"HTML Tidy for Mac OS X (vers 1 September 2005), see www.w3.org">
6<meta http-equiv="Content-Type" content=
7"text/html; charset=us-ascii">
8<title>Update SAXO</title>
9<link rel="stylesheet" href="style.css" type="text/css">
10<link rel="stylesheet" href="saxo.css" type="text/css">
11<meta name="generator" content="DocBook XSL Stylesheets V1.70.1">
12<meta name="keywords" content="idl, SAXO">
13</head>
14<body bgcolor="white" text="black" link="#0000FF" vlink="#840084"
15alink="#0000FF">
16<div class="article" lang="en">
17<div class="titlepage">
18<div>
19<div>
20<h2 class="title"><a name="d0e2" id="d0e2"></a> Update <span class=
21"application">SAXO</span></h2>
22</div>
23<div>
24<div class="authorgroup">
25<div class="author">
26<h3 class="author"><span class="firstname">S&eacute;bastien</span>
27<span class="surname">Masson</span> <code class=
28"email">&lt;<a href="mailto:Sebastien.Masson_at_locean-ipsl.upmc.fr">Sebastien.Masson_at_locean-ipsl.upmc.fr</a>&gt;</code></h3>
29</div>
30<div class="author">
31<h3 class="author"><span class="firstname">Fran&ccedil;oise</span>
32<span class="surname">Pinsard</span> <code class=
33"email">&lt;<a href=
34"mailto:Francoise.Pinsard_at_locean-ipsl.upmc.fr">Francoise.Pinsard_at_locean-ipsl.upmc.fr</a>&gt;</code></h3>
35</div>
36</div>
37</div>
38<div><span class="pubdate">svn Id of xml source file : $Id:
39updatesaxo.xml 139 2006-07-12 16:08:41Z pinsard $<br>
40<br></span></div>
41<div>
42<div class="revhistory">
43<table border="1" width="100%" summary="Revision history">
44<tr>
45<th align="left" valign="top" colspan="2"><b>Revision
46History</b></th>
47</tr>
48<tr>
49<td align="left">Revision 0.0</td>
50<td align="left">May 2006</td>
51</tr>
52<tr>
53<td align="left" colspan="2">First draft</td>
54</tr>
55</table>
56</div>
57</div>
58</div>
59<hr></div>
60<div class="toc">
61<p><b>Table of Contents</b></p>
62<dl>
63<dt><span class="sect1"><a href="#saxo_local">1. If you work at
64IDRIS, IPSL or LOCEAN</a></span></dt>
65<dt><span class="sect1"><a href="#saxo_svn">2. If you got SAXO with
66<span class="application">Subversion (svn)</span></a></span></dt>
67<dt><span class="sect1"><a href="#saxo_tar">3. If you got SAXO from
68a tar file</a></span></dt>
69</dl>
70</div>
71<div class="sect1" lang="en">
72<div class="titlepage">
73<div>
74<div>
75<h2 class="title" style="clear: both"><a name="saxo_local" id=
76"saxo_local"></a>1.&nbsp; If you work at IDRIS, IPSL or LOCEAN</h2>
77</div>
78</div>
79</div>
80<p>If you <a href="getsaxo.html?format=raw#saxo_local" target=
81"_top">linked</a> your <code class="filename"><code class=
82"envar">${HOME}</code>/SAXO_DIR</code> to</p>
83<div class="itemizedlist">
84<ul type="disc">
85<li>IDRIS, on rhodes: <code class=
86"filename">/home/rech/eee/reee217/SAXO_DIR</code></li>
87<li>IPSL: <code class="filename">/home/smlod/SAXO_DIR</code></li>
88<li>LOCEAN: <code class=
89"filename">/usr/home/smasson/SAXO_DIR</code></li>
90</ul>
91</div>
92<p>your are always using the up-to-date version of SAXO. There is
93nothing to do.</p>
94</div>
95<div class="sect1" lang="en">
96<div class="titlepage">
97<div>
98<div>
99<h2 class="title" style="clear: both"><a name="saxo_svn" id=
100"saxo_svn"></a>2.&nbsp; If you got SAXO with <a href=
101"getsaxo.html?format=raw#saxo_svn" target="_top"><span class=
102"application">Subversion (svn)</span></a></h2>
103</div>
104</div>
105</div>
106<p>You can check the status of your <code class=
107"filename"><code class="envar">${HOME}</code>/SAXO_DIR</code> with
108the following command:</p>
109<pre class="screen">
110  <code class="prompt">$</code> <strong class=
111"userinput"><code><span><strong class=
112"command">svn</strong></span> <code class=
113"option">status</code> <code class="option">-u</code> <em class=
114"parameter"><code><code class="filename"><code class=
115"envar">${HOME}</code>/SAXO_DIR</code></code></em></code></strong>
116       
117</pre>
118<p>Or, for example, if you only want to check the status of
119<code class="filename"><code class=
120"envar">${HOME}</code>/SAXO_DIR/SRC</code> directory</p>
121<pre class="screen">
122  <code class="prompt">$</code> <strong class=
123"userinput"><code><span><strong class=
124"command">svn</strong></span> <code class=
125"option">status</code> <code class="option">-u</code> <em class=
126"parameter"><code><code class="filename"><code class=
127"envar">${HOME}</code>/SAXO_DIR/SRC</code></code></em></code></strong>
128       
129</pre>
130<p>You can update your <code class="filename"><code class=
131"envar">${HOME}</code>/SAXO_DIR</code> with the following
132command:</p>
133<pre class="screen">
134  <code class="prompt">$</code> <strong class=
135"userinput"><code><span><strong class=
136"command">svn</strong></span> <code class=
137"option">update</code> <em class="parameter"><code><code class=
138"filename"><code class=
139"envar">${HOME}</code>/SAXO_DIR</code></code></em></code></strong>
140       
141</pre>
142<p>Or, for example, if you only want to update <code class=
143"filename"><code class="envar">${HOME}</code>/SAXO_DIR/SRC</code>
144directory</p>
145<pre class="screen">
146  <code class="prompt">$</code> <strong class=
147"userinput"><code><span><strong class=
148"command">svn</strong></span> <code class=
149"option">update</code> <em class="parameter"><code><code class=
150"filename"><code class=
151"envar">${HOME}</code>/SAXO_DIR/SRC</code></code></em></code></strong>
152       
153</pre>
154<p>For a quick help on <strong class="userinput"><code>svn
155status</code></strong> and <strong class="userinput"><code>svn
156update</code></strong> see</p>
157<pre class="screen">
158  <code class="prompt">$</code> <strong class=
159"userinput"><code><span><strong class=
160"command">svn</strong></span> <code class=
161"option">help</code> <em class=
162"parameter"><code>status</code></em> </code></strong>
163  <code class="prompt">$</code> <strong class=
164"userinput"><code><span><strong class=
165"command">svn</strong></span> <code class=
166"option">help</code> <em class=
167"parameter"><code>update</code></em> </code></strong>
168       
169</pre></div>
170<div class="sect1" lang="en">
171<div class="titlepage">
172<div>
173<div>
174<h2 class="title" style="clear: both"><a name="saxo_tar" id=
175"saxo_tar"></a>3.&nbsp; If you got SAXO from a <a href=
176"getsaxo.html?format=raw#saxo_src_tar" target="_top">tar
177file</a></h2>
178</div>
179</div>
180</div>
181<p>The only way to update SAXO is to re-download and reinstall the
182tar file as you done for the <a href=
183"getsaxo.html?format=raw#saxo_src_tar" target="_top">first
184installation</a>.</p>
185</div>
186</div>
187</body>
188</html>
Note: See TracBrowser for help on using the repository browser.