Changeset 6


Ignore:
Timestamp:
12/23/08 12:53:31 (15 years ago)
Author:
pinsard
Message:

update guides

Location:
trunk/doc/guides
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/guides/html/index.html

    r3 r6  
    1414    <div class="article" lang="fr"><div class="titlepage"><div><div><h2 class="title"><a id="web"/>Projet VARAMMA</h2></div><div><div class="authorgroup"> 
    1515      <div class="author"><h3 class="author"><span class="firstname">Françoise</span> <span class="surname">Pinsard</span></h3><code class="email">&lt;<a class="email" href="mailto:Francoise.Pinsard_at_locean-ipsl.upmc.fr">Francoise.Pinsard_at_locean-ipsl.upmc.fr</a>&gt;</code></div> 
    16     </div></div><div><p class="pubdate">$Id$</p></div></div><hr/></div><div class="toc"><p><b>Table des matiÚres</b></p><dl><dt><span class="sect1"><a href="#whatis">1. Qu'est-ce que VARAMMA ?</a></span></dt><dt><span class="sect1"><a href="#workon">2. Travailler sur VARAMMA</a></span></dt><dt><span class="sect1"><a href="#notes">3.  
     16    </div></div><div><p class="pubdate">$Id: web.xml 3 2008-12-19 09:42:31Z pinsard $</p></div></div><hr/></div><div class="toc"><p><b>Table des matiÚres</b></p><dl><dt><span class="sect1"><a href="#whatis">1. Qu'est-ce que VARAMMA ?</a></span></dt><dt><span class="sect1"><a href="#workon">2. Travailler sur VARAMMA</a></span></dt><dt><span class="sect1"><a href="#notes">3.  
    1717Documentation sur le travail en cours 
    1818</a></span></dt><dt><span class="sect1"><a href="#contact">4. Contact</a></span></dt></dl></div> 
  • trunk/doc/guides/html/svnbasiccommands.html

    r3 r6  
    1111  </head> 
    1212  <body> 
    13     <div class="article" lang="en"><div class="titlepage"><div><div><h2 class="title"><a id="id2681063"/><span class="command"><strong>svn</strong></span> basic commands</h2></div><div><div class="authorgroup"> 
     13    <div class="article" lang="en"><div class="titlepage"><div><div><h2 class="title"><a id="id2681086"/><span class="command"><strong>svn</strong></span> basic commands</h2></div><div><div class="authorgroup"> 
    1414      <div class="author"><h3 class="author"><span class="firstname">Sébastien</span> <span class="surname">Masson</span></h3><code class="email">&lt;<a class="email" href="mailto:Sebastien.Masson_at_locean-ipsl.upmc.fr">Sebastien.Masson_at_locean-ipsl.upmc.fr</a>&gt;</code></div> 
    15     </div></div><div><p class="pubdate">$Id$</p></div></div><hr/></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="#help">1. <span class="command"><strong>svn</strong></span> help</a></span></dt><dt><span class="sect1"><a href="#download">2. Download varamma</a></span></dt><dt><span class="sect1"><a href="#update">3. Update varamma</a></span></dt><dt><span class="sect1"><a href="#compare">4. Compare your version with the reference deposit</a></span></dt><dt><span class="sect1"><a href="#addfile">5. Add a new file</a></span></dt><dt><span class="sect1"><a href="#createdir">6. Create a directory file</a></span></dt><dt><span class="sect1"><a href="#deletefile">7. Delete an existing file</a></span></dt><dt><span class="sect1"><a href="#addversion">8. Add automatic version number in a file</a></span></dt><dt><span class="sect1"><a href="#commit">9. Commit your changes</a></span></dt><dt><span class="sect1"><a href="#version">10.  More info on your version</a></span></dt></dl></div> 
     15    </div></div><div><p class="pubdate">$Id: svnbasiccommands.xml 3 2008-12-19 09:42:31Z pinsard $</p></div></div><hr/></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="#help">1. <span class="command"><strong>svn</strong></span> help</a></span></dt><dt><span class="sect1"><a href="#download">2. Download varamma</a></span></dt><dt><span class="sect1"><a href="#update">3. Update varamma</a></span></dt><dt><span class="sect1"><a href="#compare">4. Compare your version with the reference deposit</a></span></dt><dt><span class="sect1"><a href="#addfile">5. Add a new file</a></span></dt><dt><span class="sect1"><a href="#createdir">6. Create a directory file</a></span></dt><dt><span class="sect1"><a href="#deletefile">7. Delete an existing file</a></span></dt><dt><span class="sect1"><a href="#addversion">8. Add automatic version number in a file</a></span></dt><dt><span class="sect1"><a href="#commit">9. Commit your changes</a></span></dt><dt><span class="sect1"><a href="#version">10.  More info on your version</a></span></dt></dl></div> 
    1616 
    1717   
     
    4141 
    4242</p><pre class="screen"> 
    43  <code class="prompt">$</code> <strong class="userinput"><code>svn co svn+ssh://<em class="replaceable"><code>YOUR_LOGIN</code></em>@forge.ipsl.jussieu.fr/ipsl/forge/projets/varamma/svn/trunk ~/varamma</code></strong> 
     43 <code class="prompt">$</code> <strong class="userinput"><code>svn checkout svn+ssh://<em class="replaceable"><code>YOUR_LOGIN</code></em>@forge.ipsl.jussieu.fr/ipsl/forge/projets/varamma/svn/trunk ~/varamma</code></strong> 
    4444</pre><p> 
    4545</p> 
     
    101101</p><pre class="screen"> 
    102102 <code class="prompt">$</code> <strong class="userinput"><code>svn add <em class="replaceable"><code>file_name</code></em></code></strong> 
     103</pre><p> 
     104</p> 
     105 
     106<p> 
     107If <em class="replaceable"><code>file_name</code></em> is not in the working space (here ~/varamma), you must copy it.  
     108For example : 
     109</p><pre class="screen"> 
     110 <code class="prompt">$</code> <strong class="userinput"><code>cp -p <em class="replaceable"><code>another_directory</code></em> ~/varamma/</code></strong> 
    103111</pre><p> 
    104112</p> 
  • trunk/doc/guides/wiki/SvnBasicCommands

    r3 r6  
    3232#!html 
    3333<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
    34  <code class="prompt">$</code> <strong class="userinput"><code>svn co svn+ssh://<code class="replaceable">YOUR_LOGIN</code>@forge.ipsl.jussieu.fr/ipsl/forge/projets/varamma/svn/trunk ~/varamma</code></strong> 
     34 <code class="prompt">$</code> <strong class="userinput"><code>svn checkout svn+ssh://<code class="replaceable">YOUR_LOGIN</code>@forge.ipsl.jussieu.fr/ipsl/forge/projets/varamma/svn/trunk ~/varamma</code></strong> 
    3535</pre> 
    3636}}} 
     
    9999<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
    100100 <code class="prompt">$</code> <strong class="userinput"><code>svn add <code class="replaceable">file_name</code></code></strong> 
     101</pre> 
     102}}} 
     103 
     104If '''''file_name''''' is not in the working space (here ~/varamma), you must copy it.  
     105For example : 
     106 
     107{{{ 
     108#!html 
     109<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
     110 <code class="prompt">$</code> <strong class="userinput"><code>cp -p <code class="replaceable">another_directory</code> ~/varamma/</code></strong> 
    101111</pre> 
    102112}}} 
Note: See TracChangeset for help on using the changeset viewer.