Changes between Version 7 and Version 8 of SubversionCheckout


Ignore:
Timestamp:
Oct 22, 2011, 6:37:19 PM (12 years ago)
Author:
Peter Johansson
Comment:

release 0.9.4

Legend:

Unmodified
Added
Removed
Modified
  • SubversionCheckout

    v7 v8  
    77The latest stable release of svndigest can be checked out from subversion with:
    88
    9  `svn checkout http://dev.thep.lu.se/svndigest/svn/tags/0.9.3 svndigest-0.9.3`
     9 `svn checkout http://dev.thep.lu.se/svndigest/svn/tags/0.9.4 svndigest-0.9.4`
    1010
    1111If you already have an earlier release checked out, you can switch to the latest release by issuing
    1212
    13   `svn switch http://dev.thep.lu.se/svndigest/svn/tags/0.9.3`
     13  `svn switch http://dev.thep.lu.se/svndigest/svn/tags/0.9.4`
    1414
    1515in the earlier checked out root directory. This is more efficient because it allows you to download, not the entire package, but only the changes necessary to make your working copy reflect the latest tagged release.
    1616
    17 You may want to take a look at the [source:tags/0.9.3/NEWS NEWS] file.
     17You may want to take a look at the [source:tags/0.9.4/NEWS NEWS] file.
    1818
    1919=== Svndigest ''stable'' ===
    2020
    21 The latest revision of the ''stable'' version of svndigest (currently [milestone:"svndigest 0.9.4" 0.9.4]) can be checked out from subversion with:
     21The latest revision of the ''stable'' version of svndigest (currently [milestone:"svndigest 0.9.5" 0.9.5]) can be checked out from subversion with:
    2222
    2323 `svn checkout http://dev.thep.lu.se/svndigest/svn/branches/0.9-stable svndigest-0.9dev`