Edgewall Software

Changes between Initial Version and Version 2 of Ticket #5967


Ignore:
Timestamp:
Sep 4, 2007, 9:35:34 AM (17 years ago)
Author:
Christian Boos
Comment:

No, #5788 is about a "No such revision message" error. Here it's a different story:

The 'repository_dir' has changed, a 'trac-admin resync' operation is needed.

In the trac log, at INFO level, there must be a line like:

repository_dir' has changed from /a/b/c to /x/y/z

Can you tell from that what's wrong?

(e.g. that could be a trac-admin resync performed on a different environment than the one used by the web application, when both are sharing the same db but have different 'repository_dir' settings in their trac.ini)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5967

    • Property Status newreopened
    • Property Component wikiversion control
  • Ticket #5967 – Description

    initial v2  
    77This partially works. My wiki seems to be recovered and I can edit a page. However, after I have edited a wiki page, submitted the change and then attempt a second edit, I get the following error:
    88
    9 
     9{{{
    1010Python Traceback
    1111
     
    2222    raise TracError("The 'repository_dir' has changed, "
    2323TracError: The 'repository_dir' has changed, a 'trac-admin resync' operation is needed.
    24 
     24}}}
    2525
    2626If I re-run the trac-admin resync, I am able to do another edit before the problem recurs.