Voting

: max(seven, nine)?
(Example: nine)

The Note You're Voting On

ytcheng at qq dot com
14 years ago
<?php
$repos
= svn_repos_open($this->sourceRoot);
$fs = svn_repos_fs($repos);
$head = svn_fs_youngest_rev($fs);
$fsroot = svn_fs_revision_root($fs,$head);
echo
svn_fs_is_file($fsroot,$path);
?>

<< Back to user notes page

To Top