Changes between Version 16 and Version 17 of SubversionCheckout


Ignore:
Timestamp:
Aug 25, 2015, 10:11:09 AM (8 years ago)
Author:
Jari Häkkinen
Comment:

Releasing 0.10.3

Legend:

Unmodified
Added
Removed
Modified
  • SubversionCheckout

    v16 v17  
    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.10.2 svndigest-0.10.2`
     9 `svn checkout http://dev.thep.lu.se/svndigest/svn/tags/0.10.3 svndigest-0.10.3`
    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.10.2`
     13  `svn switch http://dev.thep.lu.se/svndigest/svn/tags/0.10.3`
    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.