cvs: SVNROOT / run-conversion.php
[email protected] ("Gwynne Raskind")
| Newsgroups | svn.migration |
|---|---|
| Message-ID | <cvsgwynne1226904204@cvsserver> |
gwynne Mon Nov 17 06:43:24 2008 UTC
Modified files:
/SVNROOT run-conversion.php
Log:
use rotatelogs for SVN host logging
http://cvs.php.net/viewvc.cgi/SVNROOT/run-conversion.php?r1=1.43&r2=1.44&diff_format=u
Index: SVNROOT/run-conversion.php
diff -u SVNROOT/run-conversion.php:1.43 SVNROOT/run-conversion.php:1.44
--- SVNROOT/run-conversion.php:1.43 Mon Nov 17 05:32:28 2008
+++ SVNROOT/run-conversion.php Mon Nov 17 06:43:24 2008
@@ -7,7 +7,7 @@
// -----------------------------------------------------------------------------------------------------------------------------
// Constants
-$version = substr('$Revision: 1.43 $', strlen('$Revision: '), -2);
+$version = substr('$Revision: 1.44 $', strlen('$Revision: '), -2);
$passes = array(
'processcvs', // Process CVS modules
@@ -656,9 +656,9 @@
<VirtualHost *:80>
ServerName svn.php.net
LogLevel debug
- CustomLog /home/svn/svn.svn-log "%t %u ${SVN-ACTION}e" env=SVN-ACTION
- CustomLog /home/svn/svn.access-log combined
- ErrorLog /home/svn/svn.error-log
+ CustomLog "|/local/bin/rotatelogs /home/svn/logs/svn-svn_log.%Y%m%d 86400" "%t %u ${SVN-ACTION}e" env=SVN-ACTION
+ CustomLog "|/local/bin/rotatelogs /home/svn/logs/svn-access_log.%Y%m%d 86400" combined
+ ErrorLog "|/local/bin/rotatelogs /home/svn/logs/svn-error_log.%Y%m%d 86400"
EOHTTPD;
foreach ($GLOBALS['repoList'] as $repo) {
$confContents .= " Include " . $repo->getHTTPDConfPath() . "\n";