Changes between Version 14 and Version 15 of WikiStart


Ignore:
Timestamp:
04/26/06 10:37:57 (18 years ago)
Author:
pinsard
Comment:

add information about svn+ssh checkout and browse sources with viewcvs and trac

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v14 v15  
    101101The latest revision can be checked out with the following command: 
    102102<screen  format="linespecific"> 
    103 <prompt>$</prompt> <userinput><command>svn</command> <option>co</option> <parameter>http://forge.ipsl.jussieu.fr/saxo/svn/trunk</parameter> <parameter>saxo</parameter></userinput> 
     103<prompt>$</prompt> <userinput><command>svn</command> <option>co</option> <parameter>http://forge.ipsl.jussieu.fr/saxo/svn/trunk/</parameter> <parameter>saxo</parameter></userinput> 
    104104</screen> 
    105 <!-- ++ 
    106 Or with encryption: 
    107  
    108 svn co https://forge.ipsl.jussieu.fr/saxo/svn/trunk trunk saxo 
    109 --> 
    110 <!-- ++ USER@ --> 
     105</para> 
     106<para> 
     107Contributors should better use the following command : 
     108<screen  format="linespecific"> 
     109<prompt>$</prompt> <userinput><command>svn</command> <option>co</option> <parameter>svn+ssh://<replaceable>login</replaceable>@forge.ipsl.jussieu.fr/saxo/svn/trunk/</parameter> <parameter>saxo</parameter></userinput> 
     110</screen> 
     111</para> 
     112</sect2> 
     113<sect2> 
     114<title> 
     115<application>Browse sources</application> 
     116</title> 
     117<para> 
     118You can use <ulink url="http://forge.ipsl.jussieu.fr/viewcvs/help_rootview.html">Viewcvs</ulink> (starting point <ulink url="http://forge.ipsl.jussieu.fr/cgi-bin/viewcvs.cgi/?root=saxo"/>) or <guibutton>Browse</guibutton> facility of <application>trac</application> 
     119to see differences between revisions. 
    111120</para> 
    112121</sect2>