Modify ↓
Opened 16 years ago
Closed 16 years ago
#8281 closed defect (wontfix)
GitError: GIT control files not found, maybe wrong directory?
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.11.3 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
How to Reproduce
While doing a GET operation on /newticket
, Trac issued an internal error.
(please provide additional details here)
User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10
System Information
Trac | 0.11.3
|
Python | 2.5.4 (r254:67916, Mar 23 2009, 07:52:55) [GCC 4.1.2 20071124 (Red Hat 4.1.2-42)]
|
setuptools | 0.6c9
|
SQLite | 3.3.6
|
pysqlite | 2.5.0
|
Genshi | 0.5.1
|
mod_python | 3.3.1
|
Pygments | 1.0
|
GIT | 1.6.0.3
|
jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last): File "/usr/local/lib/python2.5/site-packages/Trac-0.11.3-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.3-py2.5.egg/trac/web/main.py", line 175, in dispatch chosen_handler) File "/usr/local/lib/python2.5/site-packages/Trac-0.11.3-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.3-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.3-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.
maybe even WrongTrac? This is a PluginIssue.