Scenario: I have two Trac installations. One is primarily used by the Developers and another which is primarily used by the Field Engineers. There are a set of pages, authored by the Developers, but used by both Developers and Field Engineers (e.g. configuration and installation notes). Ideally these pages should exist in both Trac installations.
Approaches Considered: * Write a script or two using trac-admin to 'dump' or 'export' the pages in question from the first Trac and 'load' or 'import' the pages into the other Trac. * Write a script using XML-RPC to pull the pages from the first Trac and push them into the second. Questions: * Are there any tools that already exist that implement this feature or something close? * Are there any other approaches that I could use to implement this feature? * Are there any extra hooks that I could use (e.g. I was assuming the script would run as a cron job, but it might be better if there was a hook where a script could be run whenever any wiki page changes.) -- 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.
