| 1 | = How to checkout my favourite plug-in from the Subversion repository = |
| 2 | |
| 3 | ---- |
| 4 | |
| 5 | Check out the latest revision of the main subversion tree do |
| 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''. |
| 10 | |
| 11 | ---- |
| 12 | |
| 13 | Checkout the latest revision of a plug-in |
| 14 | {{{ |
| 15 | svn checkout http://lev.thep.lu.se/repository/baseplugins/trunk/se/lu/thep/wenni wenni |
| 16 | }}} |
| 17 | This will checkout the [wiki:WeNNI WeNNI] plug-in, and place the copy in the folder ''wenni''. |
| 18 | |
| 19 | ---- |