Edgewall Software

Changes between Version 12 and Version 13 of TracRepositoryAdmin


Ignore:
Timestamp:
Oct 25, 2010, 5:27:28 PM (14 years ago)
Author:
Remy Blank
Comment:

Slightly more general hint about write access to the environment.

Legend:

Unmodified
Added
Removed
Modified
  • TracRepositoryAdmin

    v12 v13  
    77 * Set up a call to `trac-admin $ENV changeset added $REPO $REV` in the post-commit hook of each repository. Additionally, add a call to `trac-admin $ENV changeset modified $REPO $REV` in the post-revprop-change hook of repositories allowing revision property changes.
    88 * Set the `[trac] repository_sync_per_request` option to an empty value to disable per-request syncing.
    9  * Set file access rights on $ENV/log, $ENV/log/trac.log and $ENV/db/trac.db in case of SQLite so that the user under which account your Subversion hooks are run has the write permissions.
     9 * Make sure the user under which your Subversion hooks are run has write access to the Trac environment, or use a tool like `sudo` to temporarily elevate privileges.
    1010
    1111== Specifying repositories == #Repositories