id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
8991	autoindex = true doesn't work	nelsojost	helend	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: \r\n\r\n{{{\r\nAttributeError: 'NoneType' object has no attribute 'group'\r\n}}}\r\n\r\ntraced back for: `tracsupose/search.py`, line 133\r\n\r\n{{{\r\n130_                youngest = int( repo.youngest_rev )\r\n131_                #raise Exception( int( indexedrev ) < youngest )\r\n132_                base = re.search("(svn:.*:)(.*:.*)", repo.get_base() )\r\n133_                base = base.group(2)\r\n134_                base = "file:///" +  base\r\n135_                if not indexedrev:\r\n}}}\r\n\r\nUsing: Python 2.6.5/Trac 0.12/Genshi 0.6.\r\n\r\nFor now I'm indexing directly with the `supose`, outside Trac, with cron scheduling.	defect	new	normal	TracSuposePlugin	normal				0.12
