[www] r1001 - trunk/svn.matroska.org/WebSVN/include

[email protected] Fri, 26 Aug 2005 17:28:20 +0400 (MSD)
Newsgroups gmane.comp.multimedia.matroska.cvs
Message-ID <[email protected]>
Author: robux4
Date: 2005-08-26 17:28:14 +0400 (Fri, 26 Aug 2005)
New Revision: 1001

Modified:
   trunk/svn.matroska.org/WebSVN/include/config.inc
   trunk/svn.matroska.org/WebSVN/include/configclass.inc
Log:
WebSVN: the new temp path seem to work (at least doesn't b0rk anything new)

Modified: trunk/svn.matroska.org/WebSVN/include/config.inc
===================================================================
--- trunk/svn.matroska.org/WebSVN/include/config.inc	2005-08-26 13:08:23 UTC (rev 1000)
+++ trunk/svn.matroska.org/WebSVN/include/config.inc	2005-08-26 13:28:14 UTC (rev 1001)
@@ -234,7 +234,7 @@
 set_time_limit(0);
 
 // Comment this line to turn off caching of repo information.  This will slow down your browsing.
-//$config->setCachingOn();
+$config->setCachingOn();
 
 // Number of spaces to expand tabs to in diff/listing view across all repositories
 

Modified: trunk/svn.matroska.org/WebSVN/include/configclass.inc
===================================================================
--- trunk/svn.matroska.org/WebSVN/include/configclass.inc	2005-08-26 13:08:23 UTC (rev 1000)
+++ trunk/svn.matroska.org/WebSVN/include/configclass.inc	2005-08-26 13:28:14 UTC (rev 1001)
@@ -209,7 +209,7 @@
    var $bugtraq = false;
   
    var $templatePath = "./templates/Standard/";
-   var $tempPath = "/tmp/";
+   var $tempPath = "temp";
 
    var $ignoreSvnMimeTypes = false;
    var $ignoreWebSVNContentTypes = false;