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

Re: logging: mod_dav_svn proof of concept

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-08-09 03:46:25 CEST

On Aug 8, 2005, at 8:33 PM, Walter Nicholls wrote:

> Ben Collins-Sussman wrote:
>
>
>> It turned out to be amazingly easy to make mod_dav_svn log 'high
>> level' actions to a separate logfile. It's all being done by
>> httpd for us.
>>
>> 1. When appropriate, have mod_dav_svn set the SVN-ACTION
>> environment variable within a request object. (See patch below.)
>>
>>
> setting SVN-REVISION to the repository version (post-commits) would
> also be really handy.

Why? So that the svn logfile can write "username commit REVNUM"
instead of "username commit"?

I'm skeptical we need that information in the svn logfile. The
repository itself is already recording commits in extreme detail.
You can run 'svn log' to see absolutely everything you'd ever want to
know about any write action. As Greg Hudson pointed out earlier, the
main problem we're trying to solve here is to get records of *read*
operations.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 9 03:47:15 2005

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

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