Edgewall Software

Changes between Version 11 and Version 12 of TracRepositoryAdmin


Ignore:
Timestamp:
Oct 25, 2010, 4:33:09 PM (14 years ago)
Author:
termim@…
Comment:

Mention the file permissions as it is a major headache when configuring automatic synchronization

Legend:

Unmodified
Added
Removed
Modified
  • TracRepositoryAdmin

    v11 v12  
    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 
     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.
    1010
    1111== Specifying repositories == #Repositories