Ignore:
Timestamp:
11/04/09 16:31:28 (15 years ago)
Author:
pinsard
Message:

small things for documentations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/xmldoc/svnbasiccommands.xml

    r387 r408  
    3333      <author><personname><firstname>Sébastien</firstname> <surname>Masson</surname></personname> <email>Sebastien.Masson_at_locean-ipsl.upmc.fr</email></author> 
    3434    </authorgroup> 
    35  <pubdate>$Id</pubdate> 
     35 <pubdate>$Id$</pubdate> 
    3636</info> 
    3737 
     
    6060 
    6161<screen> 
    62  <prompt>$</prompt> <userinput>svn co svn+ssh://<replaceable>YOUR_LOGIN</replaceable>@forge.ipsl.jussieu.fr/ipsl/forge/projets/&project;/svn/trunk ~/&project;</userinput> 
     62 <prompt>$</prompt> <userinput>svn checkout svn+ssh://<replaceable>YOUR_LOGIN</replaceable>@forge.ipsl.jussieu.fr/ipsl/forge/projets/&project;/svn/trunk ~/&project;</userinput> 
    6363</screen> 
    6464</para> 
     
    116116 
    117117<para> 
    118 Add a new file to &project; 
     118Add a new file to &project; : 
    119119 
    120120<screen> 
    121121 <prompt>$</prompt> <userinput>svn add <replaceable>file_name</replaceable></userinput> 
     122</screen> 
     123</para> 
     124<para> 
     125If <replaceable>file_name</replaceable> is not in the working space (here ~/&project;), you must copy it.  
     126For example : 
     127<screen> 
     128 <prompt>$</prompt> <userinput>cp -p <replaceable>another_directory</replaceable> ~/&project;/</userinput> 
    122129</screen> 
    123130</para> 
     
    203210 
    204211<programlisting> 
    205 $Id$ 
     212&dollar;Id&dollar; 
    206213</programlisting> 
    207214</para> 
     
    216223 
    217224<para> 
    218 Next time you download/update you file, <literal>$Id$</literal> will be automatically replaced by the version tag. 
     225Next time you download/update you file, <literal>&dollar;Id&dollar;</literal> will be automatically replaced by the version tag. 
    219226</para> 
    220227</sect1> 
Note: See TracChangeset for help on using the changeset viewer.