[Trac-tickets] Re: [The Trac Project] #2346: Timeline should handle
being unable to contact subversion better
The Trac Project
noreply at edgewall.com
Tue Jan 3 03:08:43 CST 2006
#2346: Timeline should handle being unable to contact subversion better
------------------------------+---------------------------------------------
Reporter: chris at growl.info | Owner: cboos
Type: defect | Status: assigned
Priority: normal | Milestone: 0.9.3
Component: timeline | Version: 0.9
Severity: minor | Resolution:
Keywords: |
------------------------------+---------------------------------------------
Comment (by cmlenz):
1. I don't think putting the error message in the filters box is that
great. The user can still check the filter and update… what happens in
that case?
2. The error should definitely be logged, including the stack trace
(`exc_info=True`).
3. Can we be sure that the `TracError` indeed means that the repository
is ”temporarily unavailable”? I don't think so.
So, how about logging the error, keeping the filter, and then not
displaying the changeset events (obviously).
Ideally, we would disable the filter checkbox, but that's not possible
with the current `ITimelineEventProvider` API.
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2346>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list