> What is the correct/accepted/normal way to have Trac periodically (say > maybe once every night) go through and re-read the SVN log to get > edited log messages?
You could trigger a "resync" of an updated revision through a post-revprop-change hook script: no cron job but an event-trigger command when a log message is updated. Cheers, Manu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
