Edgewall Software

Changes between Version 140 and Version 141 of TracDev/ToDo


Ignore:
Timestamp:
Jul 27, 2015, 8:37:55 PM (9 years ago)
Author:
figaro
Comment:

Removed isolated bug, which hasn't been reported since

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ToDo

    v140 v141  
    33= TracDev ToDo List
    44
    5 This page clarifies the ongoing development activity in the TracTeam. This is not the place to put your favorite ticket.
     5This page clarifies the ongoing development activity in the TracTeam.
    66 
    77== Overview
     
    7272==== Miscellaneous
    7373
    74  * Verify this one, not sure yet it's a bug which is still present or a transient error that happened in between updates:
    75 {{{
    76 2010-02-26 19:24:14,087 Trac[changeset] WARNING: Diff rendering failed for property svn:mergeinfo with renderer SubversionMergePropertyDiffRenderer:
    77 Traceback (most recent call last):
    78   File "build/bdist.linux-x86_64/egg/trac/versioncontrol/web_ui/changeset.py", line 798, in render_property_diff
    79     options)
    80   File "build/bdist.linux-x86_64/egg/trac/versioncontrol/svn_prop.py", line 297, in render_property_diff
    81     all_revs = set(repos._get_node_revs(spath))
    82   File "build/bdist.linux-x86_64/egg/trac/versioncontrol/cache.py", line 290, in _get_node_revs
    83     slast = '%010d' % last
    84 TypeError: int argument required
    85 }}}
    86 
    8774 * In TracInstall#GeneratingtheTraccgi-bindirectory there is mention of ''chicken/egg'' problem with `trac-admin deploy`. We should support a direct `trac-admin deploy <target>` call syntax, ie without the need to specify a (dummy) environment.
    8875