Changes between Version 11 and Version 12 of SubversionCheckout
- Timestamp:
- Sep 24, 2012, 1:48:25 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SubversionCheckout
v11 v12 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.9 yat-0.9`12 `svn checkout http://dev.thep.lu.se/yat/svn/tags/0.9.1 yat-0.9.1` 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.9 `16 `svn switch http://dev.thep.lu.se/yat/svn/tags/0.9.1` 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.9 /NEWS NEWS] file.20 You may want to take a look at the [source:tags/0.9.1/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.9. 1" 0.9.1]pre) can be checked out from subversion with:24 The latest revision of the stable branch of yat (currently [milestone:"yat 0.9.2" 0.9.2]pre) can be checked out from subversion with: 25 25 26 26 `svn checkout http://dev.thep.lu.se/yat/svn/branches/0.9-stable yat-0.9dev`