Edgewall Software

Changes between Version 1 and Version 2 of Ticket #11908


Ignore:
Timestamp:
Jan 8, 2015, 8:53:56 PM (9 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11908 – Description

    v1 v2  
    11After gpg signed commit to the git repository, the browse source and the Journal could not be shown with the above mentioned error and the following python traceback:
     2
     3{{{
     4Datei "/usr/lib/python2.7/dist-packages/trac/web/main.py", Zeile 522, in _dispatch_request
     5  dispatcher.dispatch(req)
     6Datei "/usr/lib/python2.7/dist-packages/trac/web/main.py", Zeile 243, in dispatch
     7  resp = chosen_handler.process_request(req)
     8Datei "/usr/lib/python2.7/dist-packages/trac/versioncontrol/web_ui/browser.py", Zeile 390, in process_request
     9  dir_data = self._render_dir(req, repos, node, rev, order, desc)
     10Datei "/usr/lib/python2.7/dist-packages/trac/versioncontrol/web_ui/browser.py", Zeile 555, in _render_dir
     11  self.log)
     12Datei "/usr/lib/python2.7/dist-packages/trac/versioncontrol/web_ui/util.py", Zeile 34, in get_changes
     13  changeset = repos.get_changeset(rev)
     14Datei "/usr/lib/python2.7/dist-packages/tracext/git/git_fs.py", Zeile 408, in get_changeset
     15  return GitChangeset(self, rev)
     16Datei "/usr/lib/python2.7/dist-packages/tracext/git/git_fs.py", Zeile 601, in __init__
     17  msg, props = repos.git.read_commit(sha)
     18Datei "/usr/lib/python2.7/dist-packages/tracext/git/PyGIT.py", Zeile 649, in read_commit
     19  key, value = line.split(None, 1)
     20}}}
     21
     22For values and code see the attached Image.
     23
     24The System Information is as follows:
     25
     26{{{
     27Trac    0.12.5
     28Babel   0.9.6
     29Docutils        0.8.1
     30Genshi  0.6 (with speedups)
     31GIT     1.7.10.4
     32mod_python      3.3.1
     33Pygments        1.5
     34pysqlite        2.6.0
     35Python  2.7.3 (default, Mar 13 2014, 11:26:58) [GCC 4.7.2]
     36pytz    2012c
     37setuptools      0.6
     38SQLite  3.7.13
     39Subversion      1.6.17 (r1128011)
     40jQuery  1.7.2
     41Aktivierte Plugins
     42TracGit         0.12.0.5dev     /usr/lib/python2.7/dist-packages
     43}}}