Edgewall Software

Changes between Version 86 and Version 87 of TracUpgrade


Ignore:
Timestamp:
Feb 26, 2011, 12:00:35 PM (13 years ago)
Author:
Christian Boos
Comment:

resync repositories is actually a 0.11 → 0.12 specific step, it's not needed within 0.12.x → 0.12.y upgrades and probably won't be from 0.12.x to 0.13

Legend:

Unmodified
Added
Removed
Modified
  • TracUpgrade

    v86 v87  
    5656Note that this procedure will leave your `WikiStart` page intact.
    5757
    58 === 4. Resynchronize the Trac Environment Against the Source Code Repository ===
    5958
    60 Each [TracEnvironment Trac environment] must be resynchronized against the source code repository in order to avoid errors such as "[http://trac.edgewall.org/ticket/6120 No changeset ??? in the repository]" while browsing the source through the Trac interface:
    61 
    62 {{{
    63 trac-admin /path/to/projenv repository resync '*'
    64 }}}
    65 
    66 === 5. Refresh static resources ===
     59=== 4. Refresh static resources ===
    6760
    6861If you have set up a web server to give out static resources directly (accessed using the `/chrome/` URL) then you will need to refresh them using the same command:
     
    7770}}}
    7871
    79 === 6. Steps specific to a given Trac version  ===
     72=== 5. Steps specific to a given Trac version  ===
    8073==== Upgrading from Trac 0.11 to Trac 0.12 ====
     74
    8175===== Python 2.3 no longer supported =====
    8276The minimum supported version of python is now 2.4
     
    9286
    9387This may be of interest to users with only one repository, since there's now a way to avoid the potentially costly resync check at every request.
     88
     89===== Resynchronize the Trac Environment Against the Source Code Repository ===
     90
     91Each [TracEnvironment Trac environment] must be resynchronized against the source code repository in order to avoid errors such as "[http://trac.edgewall.org/ticket/6120 No changeset ??? in the repository]" while browsing the source through the Trac interface:
     92
     93{{{
     94trac-admin /path/to/projenv repository resync '*'
     95}}}
    9496
    9597===== Improved repository synchronization =====