Changes between Version 5 and Version 6 of SubversionCheckout
- Timestamp:
- Apr 12, 2011, 2:54:11 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SubversionCheckout
v5 v6 10 10 The latest stable release of yat can be checked out from subversion with: 11 11 12 `svn checkout http://dev.thep.lu.se/yat/svn/tags/0.7. 1 yat-0.7.1`12 `svn checkout http://dev.thep.lu.se/yat/svn/tags/0.7.2 yat-0.7.2` 13 13 14 14 If you already have an earlier release checked out, you can switch to the latest release by issuing 15 15 16 `svn switch http://dev.thep.lu.se/yat/svn/tags/0.7. 1`16 `svn switch http://dev.thep.lu.se/yat/svn/tags/0.7.2` 17 17 18 18 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. 19 19 20 You may want to take a look at the [source:tags/0.7. 1/NEWS NEWS] file.20 You may want to take a look at the [source:tags/0.7.2/NEWS NEWS] file. 21 21 22 22 === yat ''stable'' === 23 23 24 The latest revision of the stable branch of yat (currently [milestone:"yat 0.7. 2" 0.7.2]pre) can be checked out from subversion with:24 The latest revision of the stable branch of yat (currently [milestone:"yat 0.7.3" 0.7.3]pre) can be checked out from subversion with: 25 25 26 26 `svn checkout http://dev.thep.lu.se/yat/svn/branches/0.7-stable yat-0.7dev`