MTrack/SCMWorkingCopy.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 6 Sep 2011 08:39:21 +0000 (16:39 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 6 Sep 2011 08:39:21 +0000 (16:39 +0800)
MTrack/SCMWorkingCopy.php

index c791d64..c04d7a0 100644 (file)
@@ -34,7 +34,9 @@ abstract class MTrackSCMWorkingCopy {
     {
         if (strlen($this->dir) > 1) {
             require_once 'System.php';
-            System::rmdir($this->dir, '-r');
+            echo "rmdir $this->dir";
+            
+            //System::rmdir($this->dir, '-r');
         }
     }
     function generateTempDir()