public function verify()
 {
     parent::verify();
     if (!is_dir($this . '/.svn')) {
         throw new Exception($this . " contains no svn metadata; it is not a working copy directory.", E_RECOVERABLE_ERROR);
     }
 }
Beispiel #2
0
 public function getWorkingPath()
 {
     return $this->instance->getWorkingPath();
 }