请注意,该函数将为您处理路径;不要自己处理,否则会导致错误。
例如:包含空格的路径不需要转义斜杠
<?php
svn_ls('file:///var/svn/myrepo/dirA/another dir'); //将起作用->幸福
svn_ls('file:///var/svn/myrepo/dirA/another\ dir'); //将失败
?>
Warning: svn_ls(): svn error(s) occured 160013 (Filesystem has no item) URL 'file:///var/svn/myrepo/dirA/another\ dir' non-existent in that revision in file.php on line 42