[Trac-tickets] Re: [The Trac Project] #2346: Timeline should handle
being unable to contact subversion better
The Trac Project
noreply at edgewall.com
Mon Jan 2 07:18:01 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 cboos):
Actually, the above should be:
{{{
#!diff
-yield ('changeset', '(Repository temporarily unavailable)',
+yield ('_changeset', '(Repository temporarily unavailable)',
}}}
so that selecting the filter (or having an already selected
`changeset` filter) will not trigger the error.
Also, to answer mgood's question: a repository can be made
temporarily unavailable simply by moving it somewhere else.
This can be useful in order to do some kind of maintenance
operation without being disturbed by client operations
(like a full dump/load, for example).
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2346>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list