﻿ticket,summary,type,release,owner,status,created,modified,_description,_reporter
8991,autoindex = true doesn't work,defect,0.12,Bangyou Zheng,new,2011-07-14T21:36:43+02:00,2011-07-22T15:30:56+02:00,"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.",Nelso G. Jost
