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

Re: [PATCH] Store remote host ip on commit

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-07-18 01:56:31 CEST

On Thu, Jul 18, 2002 at 02:37:42AM +0200, Peter Schuller wrote:
> > I don't get it; isn't apache already logging the IP address of every
> > request in its access_log? Isn't that enough?
>
> Hmm, that's true. I don't know much about WebDAV at the moment - but the
> question arises, how difficult (if possible) is it to map individual
> HTTP requests to a certain Subversion commit / WebDAV command without
> logging the requests themselves?

With some nifty processing, you should be able to group all the requests
that go into an individual commit. But you could still miss a PROPFIND or
two in some cases.

I'm a little unclear. What is it that you're trying to accomplish? You
certainly have a log of the source of each commit. Are you actually trying
to find all requests that comprise a commit? And what do you mean by
"logging the requests themselves" ? The contents of the request? That
shouldn't be needed.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 18 01:54:50 2002

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.