Ejemplo n.º 1
0
Archivo: SVN.php Proyecto: phpscr/usvn
 /**
  * @param string Path into subversion directory.
  * @return associative array Array of files or directory included in the path.
  */
 public function listFile($path)
 {
     return USVN_SVNUtils::listSvn($this->_repository, $path);
 }