X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2FBarrel.php;h=a1ba57438913e4f535075da97cef156a2cb7e750;hb=HEAD;hp=1a78dde4c46a9f5d22f43ce346dbe44c5ca95586;hpb=a511b644a4bc7bb52da80e0058ed285c1566b3d2;p=diogenes.git diff --git a/include/Barrel.php b/include/Barrel.php index 1a78dde..a1ba574 100644 --- a/include/Barrel.php +++ b/include/Barrel.php @@ -87,7 +87,7 @@ class Diogenes_Barrel $this->flags = new flagset($flags); $this->options = new Diogenes_Barrel_Options($this->alias); - $this->spool = new DiogenesSpool($this,$this->alias); + $this->spool = new Diogenes_VCS_Spool($this,$this->alias); $this->readTree(); } @@ -310,6 +310,10 @@ class Diogenes_Barrel { global $globals; + if (!$path) { + $caller->info("rmPath: will not delete from root!"); + return false; + } $curpid = $this->getPID($path); if (!$curpid) { $caller->info("rmPath: could not find '$path'");