Changes between Version 1 and Version 2 of SvnBasicCommands


Ignore:
Timestamp:
11/18/09 12:33:41 (15 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SvnBasicCommands

    v1 v2  
    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/saxo/svn/trunk ~/saxo</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/saxo/svn/trunk ~/saxo</code></strong> 
    3535</pre> 
    3636}}} 
     
    9292== Add a new file == 
    9393 
    94 Add a new file to saxo 
     94Add a new file to saxo : 
    9595 
    9696 
     
    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 ~/saxo), 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> ~/saxo/</code></strong> 
    101111</pre> 
    102112}}} 
     
    187197#!html 
    188198<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
    189 $Id: svnbasiccommands.xml 387 2008-12-05 11:55:40Z pinsard $ 
     199$Id$ 
    190200</pre> 
    191201}}} 
     
    201211}}} 
    202212 
    203 Next time you download/update you file, {{{$Id: svnbasiccommands.xml 387 2008-12-05 11:55:40Z pinsard $}}} will be automatically replaced by the version tag. 
     213Next time you download/update you file, {{{$Id$}}} will be automatically replaced by the version tag. 
    204214 
    205215== Commit your changes ==