Changes between Initial Version and Version 1 of Ticket #7930


Ignore:
Timestamp:
Oct 27, 2010, 4:02:36 AM (14 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7930 – Description

    initial v1  
    44
    55I try to do the following:
    6 from the tracs project_env I run trac-admin .
    7 then
    8 repository resync *
     6from the tracs project_env I run `trac-admin .`
     7then repository resync *
    98This results in
     9{{{
    1010TypeError: 'NoneType' object is unsubscriptable
    11 
     11}}}
    1212
    1313Relevant trac.ini  sections
    1414
     15{{{
    1516[git]
    1617## let Trac cache meta-data via CachedRepository wrapper; default: false
     
    4849
    4950tracext.git.* = enabled
    50 
    51 
    52 
    53 
    54 
    55 
    56 
     51}}}