Changeset 151 for trunk/DOC


Ignore:
Timestamp:
Jun 8, 2011, 4:46:52 PM (13 years ago)
Author:
aslmd
Message:

DOC: An important modification to explain how to properly set you folder to download only a part of this SVN PLANETO's sources (which is the case for most users)

Location:
trunk/DOC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/DOC/000-MODELS

    r142 r151  
    1 --> I want the documentation (** strongly advised for any use **)
    2 svn co http://svn.lmd.jussieu.fr/Planeto/trunk/DOC
     1Welcome.
    32
    4 --> I want the LMD Mars GCM
    5 svn co http://svn.lmd.jussieu.fr/Planeto/trunk/LMDZ.MARS
     3-------------------------------------------------------------------------------------
     4-------------------------------------------------------------------------------------
     5-------------------------------------------------------------------------------------
    66
    7 --> I want the LMD Mars Mesoscale and LES Models
    8 svn co http://svn.lmd.jussieu.fr/Planeto/trunk/LMDZ.MARS http://svn.lmd.jussieu.fr/Planeto/trunk/MESOSCALE
     7---------> Choice A: You want to download all models at once.
     8--------->           This is easy, but requires disk space.
     9--------->           Plus, not sure you'll be using all models...
    910
    10 --> I want the LMD Mars Mesoscale and LES Models with old physics only
    11 svn co http://svn.lmd.jussieu.fr/Planeto/trunk/MESOSCALE
     11svn co http://svn.lmd.jussieu.fr/Planeto/trunk the_name_of_my_folder
    1212
    13 --> I want the LMD Titan GCM
    14 svn co http://svn.lmd.jussieu.fr/Planeto/trunk/LMDZ.COMMON http://svn.lmd.jussieu.fr/Planeto/trunk/LMDZ.TITAN
     13-------------------------------------------------------------------------------------
     14-------------------------------------------------------------------------------------
     15-------------------------------------------------------------------------------------
    1516
    16 --> I want the LMD Venus GCM
    17 svn co http://svn.lmd.jussieu.fr/Planeto/trunk/LMDZ.COMMON http://svn.lmd.jussieu.fr/Planeto/trunk/LMDZ.VENUS
     17---------> Choice B: You want to download a limited number of models.
     18--------->           This is quite wise indeed.
     19--------->           Whatever model you want, type the following commands
    1820
    19 --> I want the LMD Earth GCM
    20 svn co http://svn.lmd.jussieu.fr/Planeto/trunk/LMDZ.COMMON http://svn.lmd.jussieu.fr/Planeto/trunk/LMDZ.EARTH
     21svn co http://svn.lmd.jussieu.fr/Planeto/trunk -N the_name_of_my_folder
     22cd the_name_of_my_folder
     23svn update DOC
    2124
    22 --> I want the LMD Giant-Planets GCM
    23 svn co http://svn.lmd.jussieu.fr/Planeto/trunk/LMDZ.COMMON http://svn.lmd.jussieu.fr/Planeto/trunk/LMDZ.GIANT
     25---------> OK, great. Now choose the model(s) you'd like to get.
    2426
    25 --> I want the LMD Generic GCM
    26 svn co http://svn.lmd.jussieu.fr/Planeto/trunk/LMDZ.GENERIC
     27---------> LMD Mars GCM
     28svn update LMDZ.MARS
    2729
    28 --> I want all models
    29 svn co http://svn.lmd.jussieu.fr/Planeto/trunk MODELES
     30---------> LMD Mars Mesoscale and LES Models
     31svn update LMDZ.MARS MESOSCALE
    3032
    31 --> I already have the Titan GCM but I would also like to have the Venus GCM
    32 svn co http://svn.lmd.jussieu.fr/Planeto/trunk/LMDZ.VENUS
     33---------> LMD Mars Mesoscale and LES Models with old physics only
     34svn update MESOSCALE
    3335
    34 --> I already have the Mars GCM but I would also like to have the Mars Mesoscale Model
    35 svn co http://svn.lmd.jussieu.fr/Planeto/trunk/MESOSCALE
     36---------> LMD Titan GCM
     37svn update LMDZ.COMMON LMDZ.TITAN
    3638
    37 --> I already downloaded some of the above components with "svn co" and I want the last version for those downloaded components
    38 svn update *    [--> run this command where your LMDZ.* or MESOSCALE components are located]
     39---------> LMD Venus GCM
     40svn update LMDZ.COMMON LMDZ.VENUS
    3941
    40 --> I already downloaded some of the above components with "svn co" and I want the last version only for (say) LMDZ.VENUS
    41 svn update LMDZ.COMMON LMDZ.VENUS       [--> run this command where your LMDZ.* or MESOSCALE components are located]
     42---------> LMD Earth GCM
     43svn update LMDZ.COMMON LMDZ.EARTH
    4244
    43 --> I want to know all folders contained in the SVN LMD PLANETO trunk
     45---------> LMD Giant-Planets GCM
     46svn update LMDZ.COMMON LMDZ.GIANT
     47
     48---------> LMD Generic GCM
     49svn update LMDZ.GENERIC
     50
     51---------> NOTE THAT SUBSEQUENT USE OF 'svn update' or 'svn log' or 'svn commit' ... WILL ONLY ACT ON FOLDERS YOU GOT.
     52
     53-------------------------------------------------------------------------------------
     54-------------------------------------------------------------------------------------
     55-------------------------------------------------------------------------------------
     56
     57---------> Choice C: You are a developer. You want to download only one folder,
     58--------->           then make your modifications, commit and erase the working copy.
     59
     60svn co http://svn.lmd.jussieu.fr/Planeto/trunk/[the_folder_you_d_like_to_download]
     61
     62-------------------------------------------------------------------------------------
     63-------------------------------------------------------------------------------------
     64-------------------------------------------------------------------------------------
     65
     66************************* LIST of all folders contained in the SVN LMD PLANETO trunk *******************************
    4467DOC           documentation and readme files about SVN
    4568LMDZ.COMMON   common dynamical core
     
    5376
    5477----------------------------------------------------
    55 AS -- 25/05/2011
     78AS -- 25/05/2011 - 08/06/2011
  • trunk/DOC/000-README-svn

    r147 r151  
    3838[les fichiers relatifs au controle de version sont dans les repertoires caches .svn : ne pas effacer !!!]
    3939[la copie cachee, miroir de la derniere version sur le serveur, se trouve dans les repertoires .svn]
     40
     41-- pour faire descendre une partie des sources il faut d'abord taper
     42                svn co "http://svn.lmd.jussieu.fr/Planeto/trunk" -N le_nom_de_mon_dossier
     43   afin de creer un dossier racine 'le_nom_de_mon_dossier' qui contient les informations de l'arborescence
     44   ... ensuite il suffit de faire
     45                svn update DOC LMDZ.COMMON LMDZ.VENUS
     46   pour ne recuperer qu'une partie des sources
     47   ... toute commande 'svn update' et 'svn commit' ne porte alors que sur ces seuls dossiers descendus
     48   [voir 000-MODELS pour plus de details sur l'arborescence]
    4049
    4150-- pour faire descendre les sources sans controle de version [utilise moins d'espace disque]
Note: See TracChangeset for help on using the changeset viewer.