My svn revisions are not showing on the trac timeline every time I commit. I have to resync the repository in order to make the updates appear. I want the revisions to appear on the timeline without me having to resynchronize the revisions with:
trac-admin /path/to/trac/env repository resync '*'
In the trac.ini file in the [components]
section I have:
tracopt.ticket.commit_updater.* = enabled
and in the timeline section I have:
[timeline]
abbreviated_messages = true
changeset_collapse_events = false
changeset_long_messages = false
changeset_show_files = 0
default_daysback = 30
max_daysback = 90
newticket_formatter = oneliner
ticket_show_details = true
How can I do to make the svn commits appear on the timeline without having to resync or sync the repository?