Problem with SVN-ACCESS on windows.
From: Oscar Segarra Rey <osegarra_at_gencat.net>
Date: 2007-06-17 12:45:24 CEST
Hi, we would like to get svn-access.log logfile with svn repository access control. In order to get it and following the instructions given in the documentation we have added these lines:
...
##################BEGIN SUBVERSION#############################
LoadModule dav_svn_module "C:/Subversion/bin/mod_dav_svn.so"
LoadModule authz_svn_module "C:/Subversion/bin/mod_authz_svn.so"
##################END SUBVERSION#############################
...
LogFormat "%t %u %{SVN-ACTION}e" subversionlog
CustomLog logs/svn-access.log subversionlog env=SVN-ACTION
But svn-access.log appears empty and never fills:
If I change the line CustomLog as follows:
CustomLog logs/svn-access.log subversionlog
Then logfile writes something like:
[17/Jun/2007:12:42:25 +0200] - -
[17/Jun/2007:12:42:29 +0200] sysoper -
[17/Jun/2007:12:42:29 +0200] sysoper -
It looks it is not getting the SVN-ACCION environment variable value or something like this...
System: Win2003R2
Apache/2.0.59 (Win32) SVN/1.4.3 DAV/2
Thanks in advance.
________________________________
Oscar Segarra
Àrea de Tecnologies de la Informació i les Comunicacions
Departament de la Presidència Generalitat de Catalunya
C/ Sant Honorat, 1, 08002 - Barcelona
Tel. 934 02 48 34
email: osegarra@gencat.net
|
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.