Re: How to get the repository in custom log?
From: Andrew Bickerton <bickerton_andrew_at_hotmail.com>
Date: 2007-11-07 02:41:26 CET
On: 2007-07-19 at 12:21:17 CEST, Ryan Schmidt wrote:
>On Jul 19, 2007, at 04:46, Marziou, Gael wrote:
>> I am running Apache + SVN 1.4.4 and I setup a custom log format as
> I'm not aware of a way to get that behavior, though I agree it would
I found something which comes close:
CustomLog logs/subversion.log "%t %u@%h %U %{SVN-ACTION}e" env=SVN-ACTION
%U writes the requested URL path: /svn/sandbox/!svn/bc/2/trunk in this case. It's not pretty, but it does at least identify the repo, 'sandbox'.
The full CustomLog reference is here: http://httpd.apache.org/docs/2.0/mod/mod_log_config.html
Andrew
|
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.