Functional overview
Update users last_access_date upon
- svn core access
- svn plugin access
- git access
- proftpd access
Are excluded from this
- cvs
- regular ftp (anonymous ftp, homepages, frs upload)
- scp or ssh access (anonymous ftp, homepages, frs upload)
Technical overview
svn core and plugin still rely on Perl parsing of logs. Before being able to hook into this the PHP implementation of svn log parsing that was done for Distributed SVN must be used insted of Perl parsing.