cvs: SVNROOT / run-conversion.php

[email protected] ("Gwynne Raskind")
Newsgroups svn.migration
Message-ID <cvsgwynne1226954127@cvsserver>
gwynne		Mon Nov 17 20:35:27 2008 UTC

  Modified files:              
    /SVNROOT	run-conversion.php 
  Log:
  correct digest password, specify access credentials in httpd.conf
  
http://cvs.php.net/viewvc.cgi/SVNROOT/run-conversion.php?r1=1.47&r2=1.48&diff_format=u
Index: SVNROOT/run-conversion.php
diff -u SVNROOT/run-conversion.php:1.47 SVNROOT/run-conversion.php:1.48
--- SVNROOT/run-conversion.php:1.47	Mon Nov 17 20:22:37 2008
+++ SVNROOT/run-conversion.php	Mon Nov 17 20:35:26 2008
@@ -7,7 +7,7 @@
 
 // -----------------------------------------------------------------------------------------------------------------------------
 // Constants
-$version = substr('$Revision: 1.47 $', strlen('$Revision: '), -2);
+$version = substr('$Revision: 1.48 $', strlen('$Revision: '), -2);
 
 $passes = array(
     'processcvs',       // Process CVS modules
@@ -662,7 +662,7 @@
     $usersDB = $GLOBALS['options']['svnroot'] . DIR_SEP . 'svn.users';
     if (!file_exists($usersDB)) {
         v(2, "Installing global user database...\n");
-        $svnreadpass = md5('svnread');
+        $svnreadpass = md5('svnread:PHP Subversion Repositories:svnread');
         file_put_contents($usersDB, <<<EOUSERS
 svnread:PHP Subversion Repositories:{$svnreadpass}
 
@@ -679,6 +679,10 @@
 <VirtualHost *:80>
     ServerName svn.php.net
     DocumentRoot "{$svnRoot}"
+    <Directory "/">
+        Order allow,deny
+        Allow from all
+    </Directory>
     LogLevel debug
     CustomLog "|/local/bin/rotatelogs {$logsDir}/svn-svn_log.%Y%m%d 86400" "%t %u %{SVN-ACTION}e" env=SVN-ACTION
     CustomLog "|/local/bin/rotatelogs {$logsDir}/svn-access_log.%Y%m%d 86400" combined
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.