Changes between Version 3 and Version 4 of SubversionCheckout


Ignore:
Timestamp:
Jan 8, 2011, 7:52:58 PM (12 years ago)
Author:
Peter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SubversionCheckout

    v3 v4  
    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.6.3 yat-0.6.3`
     12 `svn checkout http://dev.thep.lu.se/yat/svn/tags/0.7 yat-0.7`
    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.6.3`
     16 `svn switch http://dev.thep.lu.se/yat/svn/tags/0.7`
    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.6.3/NEWS NEWS] file.
     20You may want to take a look at the [source:tags/0.7/NEWS NEWS] file.
    2121
    2222=== yat ''stable'' ===
    2323
    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:
     24The 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:
    2525
    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`
    2727
    2828If you already have another stable branch checked out, you can switch to the latest stable branch by issuing
    2929
    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`
    3131
    3232in the earlier checked out root directory. This will allow you to keep local files and modifications. Local changes may interfere with the switch.
    3333
    34 You may want to take a look at the [source:branches/0.6-stable/NEWS NEWS] file.
     34You may want to take a look at the [source:branches/0.7-stable/NEWS NEWS] file.
    3535
    3636=== yat ''devel'' ===
    3737
    38 If you want to live on bleeding edge software, download the latest (maybe unstable) version (currently [milestone:"yat 0.7" 0.7]pre) through
     38If you want to live on bleeding edge software, download the latest (maybe unstable) version (currently [milestone:"yat 0.8" 0.8]pre) through
    3939
    4040 `svn checkout http://dev.thep.lu.se/yat/svn/trunk/ yat`