Changes between Version 2 and Version 3 of SubversionCheckout
- Timestamp:
- May 24, 2007, 4:47:42 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SubversionCheckout
v2 v3 11 11 ---- 12 12 13 Checkout the latest revision of a plug-in with13 Checkout the latest trunk revision of a plug-in with 14 14 {{{ 15 15 svn checkout http://lev.thep.lu.se/repository/baseplugins/trunk/se/lu/thep/wenni wenni 16 16 }}} 17 This will checkout the [wiki:WeNNI WeNNI] plug-in, and place the copy in the folder ''wenni''.17 This will checkout the [wiki:WeNNI WeNNI] plug-in, and place the copy in the folder `wenni`. 18 18 19 19 ---- 20 21 Checkout the latest tagged revision of a plug-in with 22 {{{ 23 svn checkout http://lev.thep.lu.se/repository/baseplugins/tags/se/lu/thep/affymetrix-0.6 affymetrix-0.6 24 }}} 25 This will checkout the wiki:se.lu.thep.affymetrix release 0.6 plug-in, and place the copy in the folder `affymetrix-0.6`. 26 27 ----