Changes between Initial Version and Version 3 of Ticket #5517


Ignore:
Timestamp:
Nov 20, 2010, 4:46:19 AM (13 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5517

    • Property Owner changed from Alec Thomas to Ryan J Ollos
    • Property Summary changed from plugin does not work with git repositories to [Patch] Plugin does not work with git repositories
  • Ticket #5517 – Description

    initial v3  
    11when searching within a git repository:
    22
     3{{{
    34Traceback (most recent call last):
    45  File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 423, in _dispatch_request
     
    1920    int(self.meta.get('last-repo-rev', -1)) \
    2021ValueError: invalid literal for int() with base 10: '798217062dcecac7d0af12bf995e4838b7e93e18'
     22}}}
    2123
    2224Git does not use plain integers as revision numbers. I removed the int() in the line but indexing/searching within the source still doesn't work.