Edgewall Software

Changes between Version 72 and Version 73 of TracDownload


Ignore:
Timestamp:
May 14, 2008, 9:52:13 AM (16 years ago)
Author:
Christian Boos
Comment:

Installation instructions for 0.11-stable (#7233) + added outline

Legend:

Unmodified
Added
Removed
Modified
  • TracDownload

    v72 v73  
     1[[PageOutline(2-3)]]
    12= Trac Download =
    23
     
    8384 http://svn.edgewall.com/repos/trac/
    8485
    85 === Trac ''devel'' ===
    86 The latest revision for the ''devel'' version of Trac (currently [milestone:0.12]dev) can be checked out with the following command:
     86=== Trac ''0.12dev'' ===
     87The latest revision for the ''trunk'' version of Trac (currently [milestone:0.12]dev) can be checked out with the following command:
    8788{{{
    8889svn co http://svn.edgewall.org/repos/trac/trunk trac
     
    9394}}}
    9495
    95 === Trac ''stable'' ===
    96 The latest revision for the ''stable'' version of Trac (currently Trac [milestone:0.10.5]dev) can be checked out with the following command:
     96=== Trac ''0.11-stable'' === #Tracstable
     97Though [milestone:0.11] is not yet officially released, it's been on feature freeze since a few months and is quite stable. We're finalizing a handful of issues discovered after 0.11rc1 (see [#LatestBetaRelease0.11rc1releasecandidate1 above]) and we'll release 0.11 proper from the 0.11-stable branch.
     98
     99Therefore, the latest revision for the ''stable'' version of Trac 0.11 (currently still Trac [milestone:0.11]dev) can be checked out with the following command:
     100
     101{{{
     102svn co http://svn.edgewall.org/repos/trac/branches/0.11-stable 0.11dev
     103}}}
     104
     105Installation can be performed as usual, using for example the following command:
     106{{{
     107cd 0.11dev
     108python setup.py install --prefix=/opt/trac-0.11dev
     109}}}
     110
     111Alternatively, you can directly "easy-install" the latest stable version from the repository:
     112{{{
     113easy_install http://svn.edgewall.org/repos/trac/branches/0.11-stable
     114}}}
     115`easy_install` is a script provided by the SetupTools.
     116
     117=== Trac ''0.10-stable'' ===
     118The latest revision for the ''stable'' version of Trac 0.10 (currently Trac [milestone:0.10.5]dev) can be checked out with the following command:
    97119
    98120{{{