Make UI tool for admin for resyncing log comments
Subversion comments in the Trac timeline are not updated when they are modified via subversions svn propset command. The developers on my team occasionally need to modify a comment associated with a change set. The modified comment show up when using Trac's Browse Source, but the timeline is not updated.
It would be nice to have an easy way to "refresh" the timeline rather that having to write a sql statment to manually modify the trac table every time a developer messes up a commit comment.
Change History
(7)
Summary: |
Trac timeline doesn not update modified Subversion comments → Trac timeline does not update modified Subversion comments
|
Resolution: |
→ wontfix
|
Status: |
new → closed
|
Priority: |
normal → low
|
Resolution: |
wontfix
|
Status: |
closed → reopened
|
Summary: |
Trac timeline does not update modified Subversion comments → Make UI tool for admin for resyncing log comments
|
Type: |
defect → enhancement
|
Resolution: |
→ duplicate
|
Status: |
reopened → closed
|
Trac has no way to know a log message has changed without retrieveing the complete history on every request to the timeline and changeset pages. That's why we provide the resync command in trac-admin. Also see #1271 for extending the resync command so that it accepts revision ranges.