Changes between Version 20 and Version 21 of DownloadPage
- Timestamp:
- Feb 24, 2009, 8:17:02 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DownloadPage
v20 v21 3 3 yat is available for free under the [http://www.gnu.org/copyleft/gpl.html GNU General Public License 3]. 4 4 5 == Latest Stable Release - 0. 4.3==5 == Latest Stable Release - 0.5 == 6 6 7 The latest release can be downloaded as gzipped tar file, [attachment:wiki:DownloadPage:yat-0. 4.3.tar.gz?format=raw yat-0.4.3.tar.gz] ([attachment:wiki:DownloadPage:yat-0.4.3.tar.gz.MD5?format=raw MD5]).7 The latest release can be downloaded as gzipped tar file, [attachment:wiki:DownloadPage:yat-0.5.tar.gz?format=raw yat-0.5.tar.gz] ([attachment:wiki:DownloadPage:yat-0.5.tar.gz.MD5?format=raw MD5]). 8 8 9 You may want to take a look at the [source:tags/0. 4.3/NEWS NEWS] file.9 You may want to take a look at the [source:tags/0.5/NEWS NEWS] file. 10 10 11 11 == Subversion access == … … 20 20 The latest stable release of yat can be checked out from subversion with: 21 21 22 `svn checkout http://dev.thep.lu.se/yat/svn/tags/0. 4.3 yat-0.4.3`22 `svn checkout http://dev.thep.lu.se/yat/svn/tags/0.5 yat-0.5` 23 23 24 24 If you already have an earlier release checked out, you can switch to the latest release by issuing 25 25 26 `svn switch http://dev.thep.lu.se/yat/svn/tags/0. 4.3`26 `svn switch http://dev.thep.lu.se/yat/svn/tags/0.5` 27 27 28 28 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. 29 29 30 You may want to take a look at the [source:tags/0. 4.3/NEWS NEWS] file.30 You may want to take a look at the [source:tags/0.5/NEWS NEWS] file. 31 31 32 32 === yat ''stable'' === 33 33 34 The latest revision of the stable branch of yat (currently [milestone:"yat 0. 4.4" 0.4.4]pre) can be checked out from subversion with:34 The latest revision of the stable branch of yat (currently [milestone:"yat 0.5" 0.5]pre) can be checked out from subversion with: 35 35 36 `svn checkout http://dev.thep.lu.se/yat/svn/branches/0. 4-stable yat-0.4dev`36 `svn checkout http://dev.thep.lu.se/yat/svn/branches/0.5-stable yat-0.5dev` 37 37 38 38 If you already have another stable branch checked out, you can switch to the latest stable branch by issuing 39 39 40 `svn switch http://dev.thep.lu.se/yat/svn/branches/0. 4-stable`40 `svn switch http://dev.thep.lu.se/yat/svn/branches/0.5-stable` 41 41 42 42 in the earlier checked out root directory. This will allow you to keep local files and modifications. Local changes may interfere with the switch. 43 43 44 You may want to take a look at the [source:branches/0. 4-stable/NEWS NEWS] file.44 You may want to take a look at the [source:branches/0.5-stable/NEWS NEWS] file. 45 45 46 46 === yat ''devel'' === 47 47 48 If you want to live on bleeding edge software, download the latest (maybe unstable) version (currently [milestone:"yat 0. 5" 0.5]pre) through48 If you want to live on bleeding edge software, download the latest (maybe unstable) version (currently [milestone:"yat 0.6" 0.6]pre) through 49 49 50 50 `svn checkout http://dev.thep.lu.se/yat/svn/trunk/ yat`