Changes between Version 7 and Version 8 of SubversionCheckout
- Timestamp:
- Oct 22, 2011, 6:37:19 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SubversionCheckout
v7 v8 7 7 The latest stable release of svndigest can be checked out from subversion with: 8 8 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` 10 10 11 11 If you already have an earlier release checked out, you can switch to the latest release by issuing 12 12 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` 14 14 15 15 in 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. 16 16 17 You may want to take a look at the [source:tags/0.9. 3/NEWS NEWS] file.17 You may want to take a look at the [source:tags/0.9.4/NEWS NEWS] file. 18 18 19 19 === Svndigest ''stable'' === 20 20 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:21 The latest revision of the ''stable'' version of svndigest (currently [milestone:"svndigest 0.9.5" 0.9.5]) can be checked out from subversion with: 22 22 23 23 `svn checkout http://dev.thep.lu.se/svndigest/svn/branches/0.9-stable svndigest-0.9dev`