svn_log

(PECL svn >= 0.1.0) Returns the commit log messages of a repository URL array svn_log ( string $repos_url [, int $start_revision [, int $end_revision [, int $limit = 0 [, int $flags = SVN_DISCOVER_CHANGED_PATHS | SVN_STOP_ON_COPY ]]]] ) svn_log() returns the complete history of the item at the repository URL repos_url, or the history of a specific revision if start_revision is set. This function is equivalent to svn log

svn_import

(PECL svn >= 0.2.0) Imports an unversioned path into a repository bool svn_import ( string $path, string $url, bool $nonrecursive ) Commits unversioned path into repository at url. If path is a directory and nonrecursive is FALSE, the directory will be imported recursively. Parameters: path Path of file or directory to import. Note: Relative paths will be resolved as

svn_fs_youngest_rev

(PECL svn >= 0.1.0) Returns the number of the youngest revision in the filesystem int svn_fs_youngest_rev ( resource $fs ) Returns the number of the youngest revision in the filesystem This function is currently not documented; only its argument list is available.

svn_fs_txn_root

(PECL svn >= 0.2.0) Creates and returns a transaction root resource svn_fs_txn_root ( resource $txn ) Creates and returns a transaction root This function is currently not documented; only its argument list is available.

svn_fs_revision_root

(PECL svn >= 0.1.0) Get a handle on a specific version of the repository root resource svn_fs_revision_root ( resource $fs, int $revnum ) Get a handle on a specific version of the repository root This function is currently not documented; only its argument list is available.

svn_fs_revision_prop

(PECL svn >= 0.1.0) Fetches the value of a named property string svn_fs_revision_prop ( resource $fs, int $revnum, string $propname ) Fetches the value of a named property This function is currently not documented; only its argument list is available.

svn_fs_props_changed

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

svn_fs_node_prop

(PECL svn >= 0.1.0) Returns the value of a property for a node string svn_fs_node_prop ( resource $fsroot, string $path, string $propname ) Returns the value of a property for a node This function is currently not documented; only its argument list is available.

svn_fs_node_created_rev

(PECL svn >= 0.1.0) Returns the revision in which path under fsroot was created int svn_fs_node_created_rev ( resource $fsroot, string $path ) Returns the revision in which path under fsroot was created This function is currently not documented; only its argument list is available.

svn_fs_make_file

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