>> When I make SVN commits, how does Trac recognize this? > It automatically checks for new revs on every page load.
Thanks for explanation, Noah. >> The background for my question is that I from time to time modify >> existing SVN commit messages (add more details or fix typos). However >> these modification to the SVN messages seem not to be recognized by >> Trac. >> What can I do about it? >> >> At the moment my only workaround is to setup a cron job to run >> "trac-admin resync" once a day or so. Do you or somebody else have a solution for my issue above. In SVN commit messages are stored in SVN properties. Changing the SVN commit message means changing the SVN property. How can I tell Trac to rescan a specific (already existing) SVN revision? I could use this is the "SVN post property change hook script". Clemens --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
