Changes between Initial Version and Version 3 of Ticket #8393


Ignore:
Timestamp:
Jan 20, 2011, 10:02:06 PM (13 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8393 – Description

    initial v3  
    11hello,
    22
    3 I got a error everytime I try to use the "browse source code" … Trac detected an internal error:  GitError:  read_commit called with empty commit_id
     3I got a error everytime I try to use the "browse source code" …
     4{{{
     5Trac detected an internal error:  GitError:  read_commit called with empty commit_id
     6}}}
    47
    5 Any help would bhe appriciate.
     8Any help would be appreciated.
    69
    710I looked into the egg, started also a modified one, cause the version for 0.12 was buggy for me. It does not do its job, cause it was complaining about the used git version.
    8 
    9  2011-01-11 13:05:18,106 Trac[git_fs] ERROR: GitError: Could not retrieve GIT version (tried to execute/parse '/usr/bin/git-receive-pack --version' but got ValueError('need more than 0 values to unpack',))
    10 
     11{{{
     122011-01-11 13:05:18,106 Trac[git_fs] ERROR: GitError: Could not retrieve GIT version (tried to execute/parse '/usr/bin/git-receive-pack --version' but got ValueError('need more than 0 values to unpack',))
     13}}}
    1114
    1215So I return true for the version check for git in my modified version of gitplugin, which brought me to the next error (this one here). I've tried and searched, but I did not know, what is the problem with the committer id
     
    1518
    1619some infos:
     20{{{
    1721openSUSE 11.2 (x86_64)
    1822git version 1.6.4.2
    19 
     23}}}
    2024cheers,
    2125chris