id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 8991,autoindex = true doesn't work,Nelso G. Jost,Bangyou Zheng,"This is a great plugin, with a really nice proposal. But I can't activate the property `autoindex = true` on trac.ini, I got the error: {{{ AttributeError: 'NoneType' object has no attribute 'group' }}} traced back for: `tracsupose/search.py`, line 133 {{{ 130 youngest = int( repo.youngest_rev ) 131 #raise Exception( int( indexedrev ) < youngest ) 132 base = re.search(""(svn:.*:)(.*:.*)"", repo.get_base() ) 133 base = base.group(2) 134 base = ""file:///"" + base 135 if not indexedrev: }}} Using: Python 2.6.5/Trac 0.12/Genshi 0.6. For now I'm indexing directly with the `supose`, outside Trac, with cron scheduling.",defect,new,normal,TracSuposePlugin,normal,,,,0.12