Changes between Version 1 and Version 2 of InterTrac


Ignore:
Timestamp:
09/10/09 19:34:24 (15 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InterTrac

    v1 v2  
    3737== Examples ==
    3838
     39{{{
     40#!comment
     41 Besides the other environments run by the same server process
     42 (called ''sibling'' environments), which are automatically detected,
     43Support for sibling environments has been disabled.
     44See http://thread.gmane.org/gmane.comp.version-control.subversion.trac.devel/157
     45}}}
     46
    3947It is necessary to setup a configuration for the InterTrac facility.
    4048This configuration has to be done in the TracIni file, `[intertrac]` section.
     
    4957# -- Link to an external Trac:
    5058trac.title = Edgewall's Trac for Trac
    51 trac.url = http://trac.edgewall.org
     59trac.url = http://projects.edgewall.com/trac
     60trac.compat = false
    5261}}}
    5362
     
    6069
    6170Finally, the `.compat` option can be used to activate or disable
    62 a ''compatibility'' mode:
    63  * If the targeted Trac is running a version below [trac:milestone:0.10 0.10]
    64    ([trac:r3526 r3526] to be precise), then it doesn't know how to dispatch an InterTrac
     71a ''compatbility'' mode:
     72 * If the targeted Trac is running a version below milestone:0.10
     73   (r3526 to be precise), then it doesn't know how to dispatch an InterTrac
    6574   link, and it's up to the local Trac to prepare the correct link.
    6675   Not all links will work that way, but the most common do.
    6776   This is called the compatibility mode, and is `true` by default.
    6877 * If you know that the remote Trac knows how to dispatch InterTrac links,
    69    you can explicitly disable this compatibility mode and then ''any''
     78   you can explicitely disable this compatibility mode and then ''any''
    7079   TracLinks can become an InterTrac link.
    7180
     
    8594   * `trac:log:@3300:3330` trac:log:@3300:3330 
    8695   * `[trac 3300:3330]` [trac 3300:3330]
    87  * finally, to link to the start page of a remote trac, simply use its prefix followed by ':', inside an explicit link. Example: `[th: Trac Hacks]` (''since 0.11; note that the ''remote'' Trac has to run 0.11 for this to work'')
    8896
    8997The generic form `intertrac_prefix:module:id` is translated
     
    94102
    95103----
     104=== Discussion ===
     105
     106I think that the `trac` prefix could even be set as a default in the `[intertrac]` TracIni section. --CB
     107
     108----
    96109See also: TracLinks, InterWiki