Changes between Version 82 and Version 83 of GitPlugin


Ignore:
Timestamp:
Jun 18, 2012, 4:53:50 PM (12 years ago)
Author:
ejucovy
Comment:

section heading to make the essential config more discoverable

Legend:

Unmodified
Added
Removed
Modified
  • GitPlugin

    v82 v83  
    160160Its is important that your git user have access to read the trac.ini and his directory, and also modify access to the trac.db file and his directory as well. This is made by adding the git to the apache2 group (in debian www-data group). If you use log file configured in your trac.ini, it is important that the user have the modify grand also, and the directory as well.
    161161
     162== Enabling the Component ==
     163
    162164You will also need to change your trac.ini file accordingly.
    163165Thus repository_sync_per_request under the trac section is to be unset, and tracopt.ticket.commit_updater.* under component are to be set to enabled.