Changes between Initial Version and Version 1 of SubversionCheckout


Ignore:
Timestamp:
Apr 5, 2006, 9:56:37 AM (18 years ago)
Author:
Jari Häkkinen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SubversionCheckout

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