Changes between Version 3 and Version 4 of InterTracCommitPatch


Ignore:
Timestamp:
Jul 25, 2009, 2:37:42 AM (15 years ago)
Author:
Yuji OKAZAKI
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InterTracCommitPatch

    v3 v4  
    2626 1. Apply the patch to contrib/trac-post-commit-hook.
    2727 2. Configure [http://trac-hacks.org/wiki/InterTrac InterTrac] settings.
    28  3. Commit any changes to a repository.[[br]]
    29   ex.) svn commit -m "refs test2:#4 refs test3:#2"
     28  Edit ptojects' trac.ini
     29{{{
     30[intertrac]
     31test1.title = Trac Test Project 1
     32test1.url = http://server_addr/trac/test1
     33test2.title = Trac Test Project 2
     34test2.url = http://server_addr/trac/test2
     35test3.title = Trac Test Project 3
     36test3.url = http://server_addr/trac/test3
     37}}}
     38
     39 3. Commit any changes to a repository.
     40{{{
     41svn commit -m "refs test2:#4 refs test3:#2"
     42}}}
    3043
    3144