Changes between Version 32 and Version 33 of DownloadPage


Ignore:
Timestamp:
Jul 21, 2010, 5:37:54 AM (13 years ago)
Author:
Peter
Comment:

slim down old download page

Legend:

Unmodified
Added
Removed
Modified
  • DownloadPage

    v32 v33  
    1 = Download yat =
    2 
    3 yat is available for free under the [http://www.gnu.org/copyleft/gpl.html GNU General Public License 3].
    4 
    5 == Latest Stable Release - 0.6.2 ==
    6 
    7 The latest release can be downloaded as gzipped tar file, [attachment:wiki:DownloadPage:yat-0.6.2.tar.gz?format=raw yat-0.6.2.tar.gz] ([attachment:wiki:DownloadPage:yat-0.6.2.tar.gz.MD5?format=raw MD5]).
    8 
    9 You may want to take a look at the [source:tags/0.6.2/NEWS NEWS] file.
    10 
    11 == Subversion access ==
    12 
    13 The svndigest source repository is available via anonymous subversion from the thep subversion server.
    14 
    15 '''Note:''' to build from a subversion checkout, you will need Autotools (see [source:trunk/README.developer README.developer] for details)
    16 
    17 
    18 === yat ''latest release'' ===
    19 
    20 The latest stable release of yat can be checked out from subversion with:
    21 
    22  `svn checkout http://dev.thep.lu.se/yat/svn/tags/0.6.2 yat-0.6.2`
    23 
    24 If you already have an earlier release checked out, you can switch to the latest release by issuing
    25 
    26  `svn switch http://dev.thep.lu.se/yat/svn/tags/0.6.2`
    27 
    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 
    30 You may want to take a look at the [source:tags/0.6.2/NEWS NEWS] file.
    31 
    32 === yat ''stable'' ===
    33 
    34 The latest revision of the stable branch of yat (currently [milestone:"yat 0.6.2" 0.6.2]pre) can be checked out from subversion with:
    35 
    36  `svn checkout http://dev.thep.lu.se/yat/svn/branches/0.6-stable yat-0.6dev`
    37 
    38 If you already have another stable branch checked out, you can switch to the latest stable branch by issuing
    39 
    40  `svn switch http://dev.thep.lu.se/yat/svn/branches/0.6-stable`
    41 
    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 
    44 You may want to take a look at the [source:branches/0.6-stable/NEWS NEWS] file.
    45 
    46 === yat ''devel'' ===
    47 
    48 If you want to live on bleeding edge software, download the latest (maybe unstable) version (currently [milestone:"yat 0.7" 0.7]pre) through
    49 
    50  `svn checkout http://dev.thep.lu.se/yat/svn/trunk/ yat`
    51 
    52 You may want to take a look at the [source:trunk/NEWS NEWS] file.
    53 
    54 === Miscellaneous ===
    55 
    56 If you already had existing checkouts for `lev.thep.lu.se`, no need to redo the checkouts, you can simply relocate your working copies:
    57 
    58 `svn switch --relocate http://lev.thep.lu.se/repository/yat/trunk http://dev.thep.lu.se/yat/svn/trunk`
    59 
    60 or replace trunk with appropriate branch. For further instructions on how to use Subversion, see [http://svnbook.red-bean.com/book.html The Subversion Book].
     1this page has moved; see [http://sourceforge.net/projects/libyat/files/ download page] and SubversionCheckout.