Changeset 5


Ignore:
Timestamp:
12/23/08 12:52:29 (15 years ago)
Author:
pinsard
Message:

add cp recipe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/adm/guides/svnbasiccommands.xml

    r3 r5  
    6161 
    6262<screen> 
    63  <prompt>$</prompt> <userinput>svn co svn+ssh://<replaceable>YOUR_LOGIN</replaceable>@forge.ipsl.jussieu.fr/ipsl/forge/projets/&project;/svn/trunk ~/&project;</userinput> 
     63 <prompt>$</prompt> <userinput>svn checkout svn+ssh://<replaceable>YOUR_LOGIN</replaceable>@forge.ipsl.jussieu.fr/ipsl/forge/projets/&project;/svn/trunk ~/&project;</userinput> 
    6464</screen> 
    6565</para> 
     
    121121<screen> 
    122122 <prompt>$</prompt> <userinput>svn add <replaceable>file_name</replaceable></userinput> 
     123</screen> 
     124</para> 
     125 
     126<para> 
     127If <replaceable>file_name</replaceable> is not in the working space (here ~/&project;), you must copy it.  
     128For example : 
     129<screen> 
     130 <prompt>$</prompt> <userinput>cp -p <replaceable>another_directory</replaceable 
     131> ~/&project;/</userinput> 
    123132</screen> 
    124133</para> 
Note: See TracChangeset for help on using the changeset viewer.