In general
- Clean up all the code so that I'm not ashamed of it.
- Put these TODO's into Tigris' issue tracker

commit2db.pl
- Validate revision number before trying to insert bogus rows into the db.
- Provide option to purge db of entries for a given repository - start from
	scratch..

*.php
- Limit results to the top N latest commits, make this an option with 
	next, previous buttons, total count button
- Provide a custom sql query form
- Put hooks in for websvn


Big Plans...

- RSS support
- Web service API: XML-RPC and/or SOAP
- PHP modules for GForge, postnuke, etc...


- Subversion administration
	- Block repository
	- "On the hook concept"
	- Access control
	
- Provide query stats:
	- author count and list (with link to author info.)
	- repositor count and list (with link to repo info.)
	- files count
- Collect stats for
	- users:
		- total number of commits / per rep /total
		- lines changed / per rep / total
		- activity by date, time / per rep / total
	- repository
		- total number of commits 
		
