[[PageOutline(2-5,Contents,pullout)]] = Support InterTrac to trac-post-commit-hook == Description This script can send a message to other Trac projects which are on the same server. '''Comment of test2:#4''': [[Image(test24.png, border=2)]] '''Comment of test3:#2''': [[Image(test32.png, border=2)]] == Bugs/Feature Requests Existing bugs and feature requests for InterTracCommitPatch are [report:9?COMPONENT=InterTracCommitPatch here]. If you have any issues, create a [/newticket?component=InterTracCommitPatch new ticket]. [[TicketQuery(component=InterTracCommitPatch&group=type,format=progress)]] == Download Download the zipped source from [export:intertraccommitpatch here]. == Source You can check out InterTracCommitPatch from [/svn/intertraccommitpatch here] using Subversion, or [source:intertraccommitpatch browse the source] with Trac. == Installation General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page. == Configuration An example of a configuration is as follows: 1. Apply the patch to contrib/trac-post-commit-hook. 1. Configure [t:InterTrac] settings. Edit your `trac.ini` file as follows: {{{#!ini [intertrac] test1.title = Trac Test Project 1 test1.url = http://server_addr/trac/test1 test2.title = Trac Test Project 2 test2.url = http://server_addr/trac/test2 test3.title = Trac Test Project 3 test3.url = http://server_addr/trac/test3 }}} 1. Commit any changes to a repository: {{{#!sh svn commit -m "refs test2:#4 refs test3:#2" }}} == Recent Changes [[ChangeLog(intertraccommitpatch, 3)]] == Author/Contributors '''Author:''' [wiki:okazaki] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:'''