fullpath = $nodepath; $temp = preg_split('#/#', $this->fullpath, -1, PREG_SPLIT_NO_EMPTY); $this->repos = $temp[0]; unset($temp[0]); $this->path = '/' . implode('/', $temp); // objects $this->registry =& $viewsvn; require_once('./includes/shellcmd.php'); $this->xquery = new Shell($this); require_once('./includes/svnlib.php'); $this->library = new SVNLib($this); require_once('./includes/cachev.php'); $this->cachev = new cacheV($this); } } /*=====================================================================*\ || ################################################################### || # $HeadURL$ || # $Id$ || ################################################################### \*=====================================================================*/ ?>