Changes between Version 3 and Version 4 of SubversionCheckout
- Timestamp:
- Jan 8, 2011, 7:52:58 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SubversionCheckout
v3 v4 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. 6.3 yat-0.6.3`12 `svn checkout http://dev.thep.lu.se/yat/svn/tags/0.7 yat-0.7` 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. 6.3`16 `svn switch http://dev.thep.lu.se/yat/svn/tags/0.7` 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. 6.3/NEWS NEWS] file.20 You may want to take a look at the [source:tags/0.7/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. 6.4" 0.6.4]pre) can be checked out from subversion with:24 The latest revision of the stable branch of yat (currently [milestone:"yat 0.7.1" 0.7.1]pre) can be checked out from subversion with: 25 25 26 `svn checkout http://dev.thep.lu.se/yat/svn/branches/0. 6-stable yat-0.6dev`26 `svn checkout http://dev.thep.lu.se/yat/svn/branches/0.7-stable yat-0.7dev` 27 27 28 28 If you already have another stable branch checked out, you can switch to the latest stable branch by issuing 29 29 30 `svn switch http://dev.thep.lu.se/yat/svn/branches/0. 6-stable`30 `svn switch http://dev.thep.lu.se/yat/svn/branches/0.7-stable` 31 31 32 32 in the earlier checked out root directory. This will allow you to keep local files and modifications. Local changes may interfere with the switch. 33 33 34 You may want to take a look at the [source:branches/0. 6-stable/NEWS NEWS] file.34 You may want to take a look at the [source:branches/0.7-stable/NEWS NEWS] file. 35 35 36 36 === yat ''devel'' === 37 37 38 If you want to live on bleeding edge software, download the latest (maybe unstable) version (currently [milestone:"yat 0. 7" 0.7]pre) through38 If you want to live on bleeding edge software, download the latest (maybe unstable) version (currently [milestone:"yat 0.8" 0.8]pre) through 39 39 40 40 `svn checkout http://dev.thep.lu.se/yat/svn/trunk/ yat`