Hi,

we recently updated our trac installation from 0.12.7 to 1.0.19 as well as 
the SVN installation (1.9.7 -> 1.10.6). Initially everything worked fine. 
However, after we relocated the SVN repository (from one drive to another 
one on the same machine) Trac failed to show the new commits in the 
timeline.

I then realized I forgot to update the repository path in trac.ini, 
adjusted it there and ran trac-admin [env-loc] repository resync. Ever 
since, the timeline is completely empty and doesn't show any revisions 
anymore.

I enabled DEBUG level logging in trac and didn't see any obvious pointers 
to what is going wrong there. When I do a commit the expected log message 
is put on record:

[api] DEBUG: Event changeset_added on repository 
'P:\SVN\Repositories\[NAME]' for changesets (u'383178',)
[svn_fs] DEBUG: Subversion bindings imported
[cache] INFO: repos rev [383178] != cached rev [383177] in '[name]'
[cache] INFO: Trying to sync revision [383178] in '[name]'
[cache] DEBUG: Caching node change in [383178] in '[name]': 
(u'[...]/X4/universe/navigation.cpp', 'file', 'edit', 
u'[...]/X4/universe/navigation.cpp', 380945)

looking at the trac.db using sqlite I see proper entries for all revisions 
in the revision table. I also tried to disable two additional filter 
plugins we use (TimelineCheckinFilter and TimelineUserFilter) without much 
luck (the timeline was still not showing any recent commits.

Any pointers to what might be going wrong would be much appreciated.

Regards,
Stefan

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/trac-users/4b81f763-1f34-4482-a8e2-73681584dbdd%40googlegroups.com.

Reply via email to