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

RE: Re: mod_dav_svn 1.3.2

From: Maurer, Hermann <Hermann.Maurer_at_gft.com>
Date: 2006-06-14 14:45:25 CEST

>
> On Jun 13, 2006, at 11:04, François Dagorn wrote:
>
> > I've just installed svn 1.3.2 and I want to set up the new logging
> > enhancements for mod_dav_svn.
> >
> > I've updated my httpd.conf as shown in the Release Notes :
> >
> > CustomLog logs/svn_logfile "%t %u %{SVN-ACTION}e" env=SVN-ACTION
> >
> > Nothing is logged.
> > If I resume my old httpd.conf logging config (common), logging is
> > back.
>
> This answer may not help very much, but I can only say that I
> have a similar ConfigLog statement in my Apache
> configuration, and it works fine for me. Subversion 1.3.2,
> Apache 2.2.2, Mac OS X 10.4.6 PowerPC.
>
the following lines in httpd.conf do that for me:

CustomLog /var/log/httpd/access_log common
CustomLog /var/log/httpd/subversion_log "%t %u \"%U\" \"%{SVN-ACTION}e\" %>s" env=SVN-ACTION

If you are using some virtual hosts or mod_ssl, you might have to place the logging directives in the appropriate blocks too.

Regards,
Hermann Maurer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 14 14:47:00 2006

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.