Changes between Version 11 and Version 12 of SubversionCheckout


Ignore:
Timestamp:
Sep 24, 2012, 1:48:25 AM (11 years ago)
Author:
Peter
Comment:

0.9.1 release

Legend:

Unmodified
Added
Removed
Modified
  • SubversionCheckout

    v11 v12  
    1010The latest stable release of yat can be checked out from subversion with:
    1111
    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`
    1313
    1414If you already have an earlier release checked out, you can switch to the latest release by issuing
    1515
    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`
    1717
    1818in 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.
    1919
    20 You may want to take a look at the [source:tags/0.9/NEWS NEWS] file.
     20You may want to take a look at the [source:tags/0.9.1/NEWS NEWS] file.
    2121
    2222=== yat ''stable'' ===
    2323
    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:
     24The 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:
    2525
    2626 `svn checkout http://dev.thep.lu.se/yat/svn/branches/0.9-stable yat-0.9dev`