Edgewall Software

Changes between Initial Version and Version 48 of Ticket #4132


Ignore:
Timestamp:
Nov 21, 2006, 3:35:19 PM (17 years ago)
Author:
Christian Boos
Comment:

As this is a frequent issue, I added some indications about the fix directly in the description, which will be useful while waiting for 0.10.3.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4132

    • Property Status newreopened
    • Property Severity normalmajor
    • Property Cc trac-ja@… aron@… nathan.schindler@… csapuntz@… drews@… dzuelke@… dkg-debian.org@… samuel.bloomquist@… trac@… added
    • Property Priority normalhighest
    • Property Milestone0.10.2
  • Ticket #4132 – Description

    initial v48  
    11After upgrading from 0.10 to 0.10.1 I'm seeing an error when I look at the timeline.
    22After some commits (not every time) the page displays:
    3 _____________
     3{{{
    44Repository checkins event provider (ChangesetModule) failed:
    55NoSuchChangeset: No changeset <rev> in the repository
    6 _____________
     6}}}
    77
    88<rev> would be the latest repository revision.
     
    1111
    1212The system runs RHEL4 Update 2, httpd 2.0.52, python 2.3.4, subversion 1.4.2, and trac 0.10.1
     13-----
     14'''Note:''' this issue was introduced in 0.10.1, and is believed to be fixed in 0.10.3dev, so if you're experiencing this issue, you should upgrade to the latest of source:branches/0.10-stable,
     15{{{
     16$ svn co http://trac.edgewall.org/repos/branches/0.10-stable
     17$ cd 0.10-stable
     18$ python setup.py install
     19}}}
     20
     21If you're still seeing a problem after that, please create a new ticket.
     22[[br]] --cboos