Ticket #4132 (closed defect: fixed)
NoSuchChangeset
| Reported by: | nathan.schindler@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | highest | Milestone: | 0.10.3 |
| Component: | version control/changeset view | Version: | 0.10.1 |
| Severity: | major | Keywords: | |
| Cc: | trac-ja@…, aron@…, nathan.schindler@…, csapuntz@…, drews@…, dzuelke@…, dkg-debian.org@…, samuel.bloomquist@…, trac@… |
Description (last modified by cboos) (diff)
After upgrading from 0.10 to 0.10.1 I'm seeing an error when I look at the timeline. After some commits (not every time) the page displays:
Repository checkins event provider (ChangesetModule) failed: NoSuchChangeset: No changeset <rev> in the repository
<rev> would be the latest repository revision.
"trac-admin /path/to/project resync" doesn't help. My current work-around is to restart httpd. If I do that, it'll behave for 1 to 3 commits.
The system runs RHEL4 Update 2, httpd 2.0.52, python 2.3.4, subversion 1.4.2, and trac 0.10.1
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,
$ svn co http://svn.edgewall.org/repos/trac/branches/0.10-stable $ cd 0.10-stable $ python setup.py install
If you're still seeing a problem after that, please create a new ticket.
--cboos


