= How to checkout my favourite plug-in from the Subversion repository = ---- Checkout the latest trunk revision of a plug-in with {{{ svn checkout http://baseplugins.thep.lu.se/svn/plugins/base1/se.lu.thep.wenni/trunk wenni }}} This will checkout the [wiki:se.lu.thep.WeNNI WeNNI] plug-in, and place the copy in the folder `wenni`. ---- Checkout a specfied tagged revision of a plug-in with {{{ svn checkout http://baseplugins.thep.lu.se/svn/plugins/base2/se.lu.thep.affymetrix/tags/0.6 affymetrix-0.6 }}} 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`. ----