Hello Anatoly,

anatoly techtonik wrote:
> Hello,
>
> Any ideas why Trac may stop syncing cache with repository after
> upgrading to 0.11.2.1?
> The log is full of strange messages about insufficient privileges for
> creating pages.
>
> 2009-02-07 17:55:11,224 Trac[__init__] DEBUG: Dispatching <Request
> "GET u'/timeline'">
> 2009-02-07 17:55:11,402 Trac[__init__] DEBUG: Subversion bindings imported
> 2009-02-07 17:55:11,417 Trac[__init__] INFO: repos rev [2557] !=
> cached rev [2414]
>   

I've already seen that once on someone's machine (hi John ;-) ), without 
having a clue about it.
So it would be very helpful if you could spend some time debugging this 
in depth.
By inserting enough debug statements in trac/versioncontrol/cache.py, 
you should be able to get a clue about what's going on (e.g. missing 
read permission on the svn repo?).

> 2009-02-07 17:55:11,424 Trac[__init__] DEBUG: Retrieving session for
> ID '4b0a7707907d96a01f8ff7e0'
> 2009-02-07 17:55:11,803 Trac[__init__] DEBUG: Prepare chrome data for request
> 2009-02-07 17:55:11,805 Trac[__init__] DEBUG: No policy allowed
> anonymous performing TRAC_ADMIN on None
> 2009-02-07 17:55:11,806 Trac[__init__] DEBUG: No policy allowed
> anonymous performing PERMISSION_GRANT on None
> 2009-02-07 17:55:11,806 Trac[__init__] DEBUG: No policy allowed
> anonymous performing PERMISSION_REVOKE on None
> 2009-02-07 17:55:11,336 Trac[__init__] DEBUG: No policy allowed
> anonymous performing EMAIL_VIEW on None
> 2009-02-07 17:55:12,509 Trac[__init__] DEBUG: Updating wiki page index
> 2009-02-07 17:55:12,511 Trac[__init__] DEBUG: No policy allowed
> anonymous performing WIKI_CREATE on <Resource u'wiki:FreeFindData'>
> 2009-02-07 17:55:12,013 Trac[__init__] DEBUG: No policy allowed
> anonymous performing WIKI_CREATE on <Resource u'wiki:KeyBarLabels'>
> 2009-02-07 17:55:12,746 Trac[__init__] DEBUG: No policy allowed
> anonymous performing WIKI_CREATE on <Resource u'wiki:GoToFile'>
> 2009-02-07 17:55:12,266 Trac[__init__] DEBUG: No policy allowed
> anonymous performing WIKI_CREATE on <Resource u'wiki:GlobalLock'>
> 2009-02-07 17:55:12,308 Trac[__init__] DEBUG: No policy allowed
> <...>

That's puzzling as well. Do you have some random page generation plugin 
installed? :-)
It might be a bot trying to visit links to non-existing Wiki pages, try 
to set `[wiki] ignore_missing_pages = true` in your trac.ini file...

-- Christian


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/trac-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to