Ejemplo n.º 1
0
 function getApacheConf()
 {
     $projects = $this->_getServiceDao()->searchActiveUnixGroupByUsedService('svn');
     $factory = $this->getSVNApacheAuthFactory();
     $conf = new SVN_Apache_SvnrootConf($factory, $projects);
     return $conf->getFullConf();
 }
Ejemplo n.º 2
0
 /**
  * public for testing purpose
  */
 public function getApacheConf()
 {
     $list_repositories = $this->getSvnDao()->searchSvnRepositories();
     $factory = $this->getSVNApacheAuthFactory();
     $conf = new SVN_Apache_SvnrootConf($factory, $list_repositories);
     return $conf->getFullConf();
 }