Changes between Version 6 and Version 7 of SubversionCheckout


Ignore:
Timestamp:
Mar 14, 2008, 7:48:53 AM (16 years ago)
Author:
Nicklas Nordborg
Comment:

Fixed incorrect subversion url:s

Legend:

Unmodified
Added
Removed
Modified
  • SubversionCheckout

    v6 v7  
    11= How to checkout my favourite plug-in from the Subversion repository =
    2 
    3 ----
    4 
    5 Check out the latest revision of the whole baseplugins subversion tree with
    6 {{{
    7 svn checkout http://lev.thep.lu.se/repository/baseplugins/trunk/ baseplugins
    8 }}}
    9 This will checkout all plug-ins stored at this site, and place the copy in the folder ''baseplugins''.
    102
    113----
     
    135Checkout the latest trunk revision of a plug-in with
    146{{{
    15 svn checkout http://lev.thep.lu.se/repository/baseplugins/trunk/se/lu/thep/wenni wenni
     7svn checkout http://baseplugins.thep.lu.se/svn/plugins/base1/se.lu.thep.wenni/trunk wenni
    168}}}
    179This will checkout the [wiki:WeNNI WeNNI] plug-in, and place the copy in the folder `wenni`.
     
    1911----
    2012
    21 Checkout the latest tagged revision of a plug-in with
     13Checkout a specfied tagged revision of a plug-in with
    2214{{{
    23 svn checkout http://lev.thep.lu.se/repository/baseplugins/tags/se/lu/thep/affymetrix/0.6 affymetrix-0.6
     15svn checkout http://baseplugins.thep.lu.se/svn/plugins/base2/se.lu.thep.affymetrix/tags/0.6 affymetrix-0.6
    2416}}}
    2517This will checkout the [wiki:se.lu.thep.affymetrix se.lu.thep.affymetrix] release 0.6 plug-in, and place the copy in the folder `affymetrix-0.6`.