Edgewall Software

Changes between Version 21 and Version 22 of TracGit


Ignore:
Timestamp:
Jun 2, 2015, 4:15:14 AM (9 years ago)
Author:
Jun Omae
Comment:

Added #11971 which a repository many branches to troubleshooting

Legend:

Unmodified
Added
Removed
Modified
  • TracGit

    v21 v22  
    143143* For Trac < 1.0.2, the `repository_dir` in the configuration section needs to be the `.git` repository directory (i.e. the one containing the file `HEAD` and `config`), not the working tree directory that holds the `.git` folder (#11297). However, a `bare` repository will have these control files in the top-level directory and will not contain a `.git` directory.
    144144* Wrong permissions may also be the cause of the error `GitError: GIT control files not found, maybe wrong directory?`. Make sure the repository path is accessible via git by the `tracd` process.
    145 * If you are noticing a slow down in trac with a repository above 500 commits, try disabling the caching. It seems to bog things down as a repo grows(!)
     145* For Trac < 1.0.6, a repository with many branches makes Trac slow (#11971)
    146146* If you don't see the `shortrev` and `commit` branch, you probably have caching enabled (`cached_repository = true`, `persistent_cache = true`). Set those to false.
    147147* For Trac < 1.0.2, the source browser can throw an error when trying to kill a git log process; it's not clear why it should be an error for the process to have completed.  This problem manifests as a stack trace with terminate_nix at the end (#10958).