wiki:InterTracCommitPatch

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:

Comment of test3:#2:

Bugs/Feature Requests

Existing bugs and feature requests for InterTracCommitPatch are here.

If you have any issues, create a new ticket.

defect

1 / 1

Download

Download the zipped source from here.

Source

You can check out InterTracCommitPatch from here using Subversion, or browse the source with Trac.

Installation

General instructions on installing Trac plugins can be found on the TracPlugins page.

Configuration

An example of a configuration is as follows:

  1. Apply the patch to contrib/trac-post-commit-hook.
  2. Configure InterTrac settings. Edit your trac.ini file as follows:
    [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
    
  3. Commit any changes to a repository:
    svn commit -m "refs test2:#4 refs test3:#2"
    

Recent Changes

8342 by okazaki on 2010-08-08 13:40:08
refs #7171
8341 by okazaki on 2010-08-08 13:04:28
6276 by okazaki on 2009-07-23 23:04:09
(more)

Author/Contributors

Author: okazaki
Maintainer: Yuji OKAZAKI
Contributors:

Last modified 2 years ago Last modified on Mar 24, 2022, 7:45:53 AM

Attachments (2)

Download all attachments as: .zip