svn_fs_contents_changed()
svn_fs_contents_changed - Return true if content is different, false otherwise
Syntax
bool svn_fs_contents_changed (
resource $root1,
string $path1,
resource $root2,
string $path2)
Arguments
- root1 - If TRUE, it will export uncommitted files from the working copy.
- path1 - If TRUE, it will export uncommitted files from the working copy.
- root2 - If TRUE, it will export uncommitted files from the working copy.
- path2 - If TRUE, it will export uncommitted files from the working copy.
Description
Return true if content is different, false otherwise
Version
PHP PECL svn >= 0.2.0
Return value