[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn usage map

From: Ben Reser <ben_at_reser.org>
Date: Fri, 01 Aug 2014 17:25:40 -0700

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
Received on 2014-08-02 02:25:15 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.