Changes between Version 2 and Version 3 of SubversionCheckout
- Timestamp:
- Nov 2, 2010, 1:25:49 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SubversionCheckout
v2 v3 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.8 svndigest-0.8`9 `svn checkout http://dev.thep.lu.se/svndigest/svn/tags/0.8.1 svndigest-0.8.1` 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.8 `13 `svn switch http://dev.thep.lu.se/svndigest/svn/tags/0.8.1` 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.8 /NEWS NEWS] file.17 You may want to take a look at the [source:tags/0.8.1/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.8.1" 0.8.1] pre) can be checked out from subversion with:21 The latest revision of the ''stable'' version of svndigest (currently [milestone:"svndigest 0.8.1" 0.8.1]) can be checked out from subversion with: 22 22 23 23 `svn checkout http://dev.thep.lu.se/svndigest/svn/branches/0.8-stable svndigest-0.8dev`