On 8/1/14 12:26 PM, Mark Phippard wrote: > If you want to know who is accessing your SVN repository you need to be using > the Apache server option and then you need to mine the Apache access logs for > this information.
A bit more of a pointer here but there is the high-level logging feature of mod_dav_svn which may be more useful than just straight up access logs (since those log the DAV protocol methods and not really what commands the client is using). However, utilizing this feature lets you get logs that are more likely what you probably want. Note that generally this feature depends on clients telling the server what they're doing and it's entirely possible for a client to be modified to lie. See this section of the SVN Book: http://svnbook.red-bean.com/en/1.7/svn.serverconfig.httpd.html#svn.serverconfig.httpd.extra.logging