Edgewall Software

Changes between Version 66 and Version 67 of TracUpgrade


Ignore:
Timestamp:
Aug 15, 2009, 1:48:51 AM (15 years ago)
Author:
anonymous
Comment:

After upgrade the environment needs a resync

Legend:

Unmodified
Added
Removed
Modified
  • TracUpgrade

    v66 v67  
    5858Note that this procedure will of course leave your `WikiStart` page intact.
    5959
    60 === 4. Steps specific to a given Trac version  ===
     60=== 4. Resynchronize the Trac Environment Against the Source Code Repository ===
     61
     62Each [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:
     63
     64{{{
     65trac-admin /path/to/projenv resync
     66}}}
     67
     68=== 5. Steps specific to a given Trac version  ===
    6169==== Upgrading to Trac 0.11 ====
    6270===== Site Templates =====
     
    7482This will create a deploy directory with the following two subdirectories: `cgi-bin` and `htdocs`. Then update your Apache configuration file `httpd.conf` with this new `trac.cgi` location and `htdocs` location.
    7583
    76 === 5. Restart the Web Server === #RestarttheWebServer
     84=== 6. Restart the Web Server === #RestarttheWebServer
    7785
    7886If you are not running [wiki:TracCgi CGI], reload the new Trac code by restarting your web server.