On Jan 9, 2018, at 01:18, Daniel Shahaf wrote: > Bo Berglund wrote on Tue, 09 Jan 2018 07:49 +0100: >> Is there some way to audit non-commit activity in Svn, specifically >> checkouts? > > Yes, it's called "operational logging". See > http://svnbook.red-bean.com/nightly/en/svn.serverconfig.httpd.html#svn.serverconfig.httpd.extra.logging
Using this operational log, I wrote a script that effectively gives you post-checkout and post-update hook scripts that you can write to do whatever you want: http://ryandesign.com/svnhookdispatcher/ I wrote this a long time ago and don't know if it still works.