Eric, On Fri, Apr 1, 2011 at 4:32 PM, Eric <spams...@internetsmallfry.com> wrote: > > Is there a way to maintain a log of accesses to the repository other than > commits? Basically anything that results in incrementing the revision number > gets logged, but how do I log the event when a user downloads or checks out > something from the repository? > If you are using apache for serving your repository, this is fairly straightforward with an extra CustomLog directive in your httpd.conf file. See:
http://svnbook.red-bean.com/nightly/en/svn.serverconfig.httpd.html#svn.serverconfig.httpd.extra.logging for details. chris