Changes between Version 21 and Version 22 of WikiStart


Ignore:
Timestamp:
05/22/06 17:20:52 (18 years ago)
Author:
pinsard
Comment:

add commands to checkout SRC and DATA independently

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v21 v22  
    2929<para> 
    3030SAXO team should provide instructions to prevent from side effects of upgrade. 
     31</para> 
     32</sect3> 
     33<sect3> 
     34<title>Changeset 73</title> 
     35<para> 
     36This revision is the last one made to split svn repository in two parts : SRC and DATA. 
     37</para> 
     38<para> 
     39Details can be seen in <ulink url="../changeset/71">Changeset 71</ulink>, <ulink url="../changeset/72">Changeset 72</ulink> and <ulink url="../changeset/73">Changeset 73</ulink>. 
    3140</para> 
    3241</sect3> 
     
    156165</title> 
    157166<para> 
    158 The latest revision can be checked out with the following command: 
     167The complete latest revision can be checked out with the following command: 
    159168<screen format="linespecific"> 
    160169<prompt>$</prompt> <userinput><command>svn</command> <option>checkout</option> <parameter>http://forge.ipsl.jussieu.fr/saxo/svn/trunk/</parameter> <parameter>saxo</parameter></userinput> 
     170</screen> 
     171</para> 
     172<para> 
     173The latest revision of the source files can be checked out with the following command: 
     174<screen format="linespecific"> 
     175<prompt>$</prompt> <userinput><command>svn</command> <option>checkout</option> <parameter>http://forge.ipsl.jussieu.fr/saxo/svn/trunk/SRC</parameter> <parameter>saxo/SRC</parameter></userinput> 
     176</screen> 
     177</para> 
     178<para> 
     179The latest revision of the NetCDF files used by the test programs can be checked out with the following command: 
     180<screen format="linespecific"> 
     181<prompt>$</prompt> <userinput><command>svn</command> <option>checkout</option> <parameter>http://forge.ipsl.jussieu.fr/saxo/svn/trunk/DATA</parameter> <parameter>saxo/DATA</parameter></userinput> 
    161182</screen> 
    162183</para>