Edgewall Software

Changes between Version 92 and Version 93 of TracUpgrade


Ignore:
Timestamp:
Aug 5, 2012, 11:01:19 PM (12 years ago)
Author:
Christian Boos
Comment:

#to1.0 give more details about the 0.12 → 1.0 upgrade

Legend:

Unmodified
Added
Removed
Modified
  • TracUpgrade

    v92 v93  
    33[[TracGuideToc]]
    44[[TranslatedPages]]
    5 [[PageOutline(2-3,,inline,unnumbered)]]
     5[[PageOutline(2-4,,inline,unnumbered)]]
    66
    77== Instructions ==
     
    7676
    7777=== 6. Steps specific to a given Trac version  ===
    78 ==== Upgrading from Trac 0.12 to Trac 1.0 ====
    79 If you use SVN, the Trac modules are not enabled by default. Trac after [11082] can be used without a repository. To enable optional SVN support review wiki:TracSubversion#tracopt for setting tracopt.versioncontrol.svn.* = enabled
     78==== Upgrading from Trac 0.12 to Trac 1.0 ==== #to1.0
     79
     80The Trac components for Subversion support are no longer enabled by default. To enable the svn support, you need to make sure the `tracopt.versioncontrol.svn` components are enabled, for example by setting the following in the TracIni:
     81{{{
     82[components]
     83tracopt.versioncontrol.svn.* = enabled
     84}}}
     85The upgrade procedure should take care of this and change the TracIni appropriately, unless you already had the svn components explicitly disabled.
     86
     87Another step in the automatic upgrade will change the way the attachments are stored. If you're a bit paranoid, you might want to take a backup of the `attachments` directory before upgrading (but if you are, you already did a full copy of the environment, no?). In case the `attachments` directory contains some files which are //not// attachments, the last step of the migration to the new layout will fail: the deletion of the now unused `attachments` directory can't be done if there are still files and folders in it. You may ignore this error, but better go have a look to these files, move them elsewhere and remove the `attachments` directory manually to cleanup the environment. The attachments themselves are now all located in your environment below the `files/attachments` directory.
     88
    8089
    8190==== Upgrading from Trac 0.11 to Trac 0.12 ====