svn_fs_make_dir

(PECL svn >= 0.2.0) Creates a new empty directory, returns true if all is ok, false otherwise bool svn_fs_make_dir ( resource $root, string $path ) Creates a new empty directory, returns true if all is ok, false otherwise This function is currently not documented; only its argument list is available.

svn_fs_is_file

(PECL svn >= 0.2.0) Return true if the path points to a file, false otherwise bool svn_fs_is_file ( resource $root, string $path ) Return true if the path points to a file, false otherwise This function is currently not documented; only its argument list is available.

svn_fs_is_dir

(PECL svn >= 0.2.0) Return true if the path points to a directory, false otherwise bool svn_fs_is_dir ( resource $root, string $path ) Return true if the path points to a directory, false otherwise This function is currently not documented; only its argument list is available.

svn_fs_file_length

(PECL svn >= 0.1.0) Returns the length of a file from a given version of the fs int svn_fs_file_length ( resource $fsroot, string $path ) Returns the length of a file from a given version of the fs This function is currently not documented; only its argument list is available.

svn_fs_file_contents

(PECL svn >= 0.1.0) Returns a stream to access the contents of a file from a given version of the fs resource svn_fs_file_contents ( resource $fsroot, string $path ) Returns a stream to access the contents of a file from a given version of the fs This function is currently not documented; only its argument list is available.

svn_fs_dir_entries

(PECL svn >= 0.1.0) Enumerates the directory entries under path; returns a hash of dir names to file type array svn_fs_dir_entries ( resource $fsroot, string $path ) Enumerates the directory entries under path; returns a hash of dir names to file type This function is currently not documented; only its argument list is available.

svn_fs_delete

(PECL svn >= 0.2.0) Deletes a file or a directory, return true if all is ok, false otherwise bool svn_fs_delete ( resource $root, string $path ) Deletes a file or a directory, return true if all is ok, false otherwise This function is currently not documented; only its argument list is available.

svn_fs_copy

(PECL svn >= 0.2.0) Copies a file or a directory, returns true if all is ok, false otherwise bool svn_fs_copy ( resource $from_root, string $from_path, resource $to_root, string $to_path ) Copies a file or a directory, returns true if all is ok, false otherwise This function is currently not documented; only its argument list is available.

svn_fs_contents_changed

(PECL svn >= 0.2.0) Return true if content is different, false otherwise bool svn_fs_contents_changed ( resource $root1, string $path1, resource $root2, string $path2 ) Return true if content is different, false otherwise This function is currently not documented; only its argument list is available.

svn_fs_check_path

(PECL svn >= 0.1.0) Determines what kind of item lives at path in a given repository fsroot int svn_fs_check_path ( resource $fsroot, string $path ) Determines what kind of item lives at path in a given repository fsroot This function is currently not documented; only its argument list is available.