Modify ↓
Opened 16 years ago
Closed 16 years ago
#8363 closed defect (wontfix)
GitError: GIT control files not found, maybe wrong directory?
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11.4 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a GET operation on /, Trac issued an internal error.
(please provide additional details here)
User Agent was: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10 (.NET CLR 3.5.30729)
System Information
| Trac | 0.11.4
|
| Python | 2.5.4 (r254:67916, Jun 7 2009, 08:43:58) [GCC 4.1.2 20080704 (Red Hat 4.1.2-44)]
|
| setuptools | 0.6c9
|
| SQLite | 3.6.14
|
| pysqlite | 2.5.5
|
| Genshi | 0.5.1
|
| mod_python | 3.3.1
|
| GIT | 1.6.3.2
|
| jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last):
File "/usr/local/lib/python2.5/site-packages/Trac-0.11.4-py2.5.egg/trac/web/main.py", line 435, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/local/lib/python2.5/site-packages/Trac-0.11.4-py2.5.egg/trac/web/main.py", line 175, in dispatch
chosen_handler)
File "/usr/local/lib/python2.5/site-packages/Trac-0.11.4-py2.5.egg/trac/web/main.py", line 298, in _pre_process_request
chosen_handler = filter_.pre_process_request(req, chosen_handler)
File "/usr/local/lib/python2.5/site-packages/Trac-0.11.4-py2.5.egg/trac/versioncontrol/api.py", line 86, in pre_process_request
self.get_repository(req.authname).sync()
File "/usr/local/lib/python2.5/site-packages/Trac-0.11.4-py2.5.egg/trac/versioncontrol/api.py", line 157, in get_repository
repos = self._connector.get_repository(rtype, rdir, authname)
File "build/bdist.linux-x86_64/egg/tracext/git/git_fs.py", line 159, in get_repository
shortrev_len=self._shortrev_len)
File "build/bdist.linux-x86_64/egg/tracext/git/git_fs.py", line 176, in __init__
git_bin=git_bin).getInstance()
File "build/bdist.linux-x86_64/egg/tracext/git/PyGIT.py", line 120, in __init__
i = Storage(repo, log, git_bin)
File "build/bdist.linux-x86_64/egg/tracext/git/PyGIT.py", line 194, in __init__
raise GitError("GIT control files not found, maybe wrong directory?")
GitError: GIT control files not found, maybe wrong directory?
Attachments (0)
Note:
See TracTickets
for help on using tickets.



PluginIssue, please report this to the TH:GitPlugin maintainer.