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

svn over apache2 logging problem

From: Keva-Slient <356730059_at_qq.com>
Date: Sat, 6 Jan 2018 11:05:22 +0800

here is my config in dav_svn.conf:
<Location /svn>
    DAV svn
    SVNParentPath /wns/data/svn
    SVNListParentPath On
    AuthType Basic
    AuthName "Subversion Repository"
    AuthUserFile /wns/etc/apache2/dav_svn.passwd
    Require valid-user
</Location> #CustomLog /var/log/apache2/svn_logfile "%{%Y-%m-%d %T}t %u@%h %>s repo:%{SVN-REPOS-NAME}e %{SVN-ACTION}e (%B Bytes in %T Sec)" env=SVN-ACTION
CustomLog /var/log/apache2/svn_logfile "%t %u %{SVN-ACTION}e" env=SVN-ACTION




all of the log settings are not working.
it only creates log file. there is not any content written when i commit , checkout or update.
why is this?




     

------------------
.........
 Vanity...My favourite sin.
     --<<The Devil's Advocate>>
Received on 2018-01-06 04:06:01 CET

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.