Changes between Version 6 and Version 7 of SubversionCheckout
- Timestamp:
- Mar 14, 2008, 7:48:53 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SubversionCheckout
v6 v7 1 1 = 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 with6 {{{7 svn checkout http://lev.thep.lu.se/repository/baseplugins/trunk/ baseplugins8 }}}9 This will checkout all plug-ins stored at this site, and place the copy in the folder ''baseplugins''.10 2 11 3 ---- … … 13 5 Checkout the latest trunk revision of a plug-in with 14 6 {{{ 15 svn checkout http:// lev.thep.lu.se/repository/baseplugins/trunk/se/lu/thep/wenniwenni7 svn checkout http://baseplugins.thep.lu.se/svn/plugins/base1/se.lu.thep.wenni/trunk wenni 16 8 }}} 17 9 This will checkout the [wiki:WeNNI WeNNI] plug-in, and place the copy in the folder `wenni`. … … 19 11 ---- 20 12 21 Checkout the latesttagged revision of a plug-in with13 Checkout a specfied tagged revision of a plug-in with 22 14 {{{ 23 svn checkout http:// lev.thep.lu.se/repository/baseplugins/tags/se/lu/thep/affymetrix/0.6 affymetrix-0.615 svn checkout http://baseplugins.thep.lu.se/svn/plugins/base2/se.lu.thep.affymetrix/tags/0.6 affymetrix-0.6 24 16 }}} 25 17 This 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`.