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

update guides

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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> 
Note: See TracChangeset for help on using the changeset viewer.