Changes between Version 16 and Version 17 of SubversionCheckout
- Timestamp:
- Aug 25, 2015, 10:11:09 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SubversionCheckout
v16 v17 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.10. 2 svndigest-0.10.2`9 `svn checkout http://dev.thep.lu.se/svndigest/svn/tags/0.10.3 svndigest-0.10.3` 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.10. 2`13 `svn switch http://dev.thep.lu.se/svndigest/svn/tags/0.10.3` 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.