how can I redirect Subversion/apache msgs to a new file
From: michael <cs_at_networkingnewsletter.org.uk>
Date: Wed, 16 Jan 2008 17:48:19 +0000
I asked yesterday about this but I think my original subject ("how to
I've tried following the subversion/svn example for putting svn-related
>From http://svnbook.red-bean.com/en/1.4/svn.serverconfig.httpd.html, it
mod_dav_svn, however, can come to your aid. By activating an
To do this, you need to make use of Apache's CustomLog directive
<Location /svn>
CustomLog logs/svn_logfile "%t %u %{SVN-ACTION}e" env=SVN-ACTION
In this example, we're asking Apache to create a special logfile
I'm running Apache2 on Debian and I've added what I think is a suitable
CustomLog /var/log/apache2/subversion.log "%t %u %{SVN-ACTION}e"
but although the file is created nothing is being added to it, and I'm
michael_at_ratty:/usr/local/SUBVERSION$ tail /var/log/apache2/access.log
Can anybody point out what I've overlooked?
Many thanks, Michael
---------------------------------------------------------------------
|
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.