{t}SCM Integration{/t}

{t}This feature allows your software development teams to integrate your Source Control Management system with your Issue Tracking System.{/t}

{t}The integration is implemented in such a way that it will be forward compatible with pretty much any SCM system, such as CVS. When entering the required information for the checkout page and diff page input fields, use the following placeholders:{/t}

{literal}{MODULE}{/literal} - {t}The CVS module name{/t}
{literal}{FILE}{/literal} - {t}The filename that was committed{/t}
{literal}{OLD_VERSION}{/literal} - {t}The old revision of the file{/t}
{literal}{NEW_VERSION}{/literal} - {t}The new revision of the file{/t}

{t}As an example, using the{/t} {t}Chora CVS viewer{/t} {t}[highly recommended] from the Horde project you would usually have the following URL as the diff page:{/t}

{literal}http://example.com/chora/diff.php/module/filename.ext?r1=1.3&r2=1.4&ty=h{/literal}

{t}With that information in mind, the appropriate value to be entered in the 'Checkout page' input field is:{/t}

{literal}http://example.com/chora/diff.php/{MODULE}/{FILE}?r1={OLD_VERSION}&r2={NEW_VERSION}&ty=h{/literal}