Edgewall Software

Changes between Version 37 and Version 38 of TracRepositoryAdmin


Ignore:
Timestamp:
Mar 9, 2015, 8:03:39 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Moved from TracInstall page.

Legend:

Unmodified
Added
Removed
Modified
  • TracRepositoryAdmin

    v37 v38  
    178178
    179179
     180== Automatic changeset references in tickets
     181
     182You can automatically add a reference to the changeset as a ticket comment whenever changes are committed to the repository. The description of the commit needs to contain one of the following formulas:
     183 * '''`Refs #123`''' - to reference this changeset in `#123` ticket
     184 * '''`Fixes #123`''' - to reference this changeset and close `#123` ticket with the default status ''fixed''
     185
     186This functionality requires a post-commit hook to be installed as described in [#ExplicitSync], and enabling the optional commit updater components by adding the following line to the `[components]` section of your [wiki:TracIni#components-section trac.ini], or enabling the components in the //Plugins// admin panel.
     187{{{#!ini
     188tracopt.ticket.commit_updater.* = enabled
     189}}}
     190For more information, see the documentation of the `CommitTicketUpdater` component in the //Plugins// admin panel and the [trac:CommitTicketUpdater] page.
     191
    180192== Migration from a single-repository setup (Subversion) #Migration
    181193The following procedure illustrates a typical migration from a Subversion single-repository setup to multiple repositories.