isso = new ISSO; $this->reposPath = $this->isso->fetch_sourcepath($reposPath); $this->binaryPath = $binaryPath; } // ################################################################### /** * Returns the repository path ($reposPath) variable * * @return string The active repository path */ public function getRepositoryPath() { return $this->reposPath; } // ################################################################### /** * Returns the SVN binary path ($binaryPath) * * @return string The binary path to SVN */ public function getSvnPath() { return $this->binaryPath; } } /*=====================================================================*\ || ################################################################### || # $HeadURL$ || # $Id$ || ################################################################### \*=====================================================================*/ ?>