Modify ↓
Opened 16 years ago
Closed 16 years ago
#8322 closed defect (invalid)
GitError: GIT control files not found, maybe wrong directory?
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | highest | Milestone: | |
| Component: | admin/console | Version: | 0.11.4rc2 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a GET operation on /admin, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'cat_id': None, 'panel_id': None, 'path_info': None}
User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1
System Information
| Trac | 0.11.4rc2
|
| Python | 2.5.2 (r252:60911, Jul 31 2008, 17:44:49) [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)]
|
| setuptools | 0.6c8
|
| SQLite | 3.4.2
|
| pysqlite | 2.4.0
|
| Genshi | 0.5.1
|
| mod_python | 3.3.1
|
| GIT | 1.5.6.3
|
| jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/Trac-0.11.4rc2-py2.5.egg/trac/web/main.py", line 435, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.5/site-packages/Trac-0.11.4rc2-py2.5.egg/trac/web/main.py", line 175, in dispatch
chosen_handler)
File "/usr/lib/python2.5/site-packages/Trac-0.11.4rc2-py2.5.egg/trac/web/main.py", line 298, in _pre_process_request
chosen_handler = filter_.pre_process_request(req, chosen_handler)
File "/usr/lib/python2.5/site-packages/Trac-0.11.4rc2-py2.5.egg/trac/versioncontrol/api.py", line 86, in pre_process_request
self.get_repository(req.authname).sync()
File "/usr/lib/python2.5/site-packages/Trac-0.11.4rc2-py2.5.egg/trac/versioncontrol/api.py", line 157, in get_repository
repos = self._connector.get_repository(rtype, rdir, authname)
File "build/bdist.linux-i686/egg/tracext/git/git_fs.py", line 159, in get_repository
shortrev_len=self._shortrev_len)
File "build/bdist.linux-i686/egg/tracext/git/git_fs.py", line 176, in __init__
git_bin=git_bin).getInstance()
File "build/bdist.linux-i686/egg/tracext/git/PyGIT.py", line 120, in __init__
i = Storage(repo, log, git_bin)
File "build/bdist.linux-i686/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.



Sorry, WrongTrac, report the error to the TH:GitPlugin maintainer, on Trac-Hacks.