Edgewall Software

Changes between Version 9 and Version 10 of TracGit


Ignore:
Timestamp:
Oct 9, 2013, 3:38:53 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Point to ticket for fixing this issue.

Legend:

Unmodified
Added
Removed
Modified
  • TracGit

    v9 v10  
    127127== Troubleshooting
    128128
    129 * `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.
     129* `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).
    130130* Wrong permissions may also be the cause of the error `GitError: GIT control files not found, maybe wrong directory?`. Make sure the `repository_dir` argument is accessible via git by the `tracd` process.
    131131* 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(!)