|  | 
 
 SubversionTable of Contents
IntroductionInstalling/Configuring
Predefined ConstantsSVN Functions
svn_add — Schedules the addition of an item in a working directorysvn_auth_get_parameter — Retrieves authentication parametersvn_auth_set_parameter — Sets an authentication parametersvn_blame — Get the SVN blame for a filesvn_cat — Returns the contents of a file in a repositorysvn_checkout — Checks out a working copy from the repositorysvn_cleanup — Recursively cleanup a working copy directory, finishing incomplete operations and removing lockssvn_client_version — Returns the version of the SVN client librariessvn_commit — Sends changes from the local working copy to the repositorysvn_delete — Delete items from a working copy or repository.svn_diff — Recursively diffs two pathssvn_export — Export the contents of a SVN directorysvn_fs_abort_txn — Abort a transaction, returns true if everything is okay, false otherwisesvn_fs_apply_text — Creates and returns a stream that will be used to replacesvn_fs_begin_txn2 — Create a new transactionsvn_fs_change_node_prop — Return true if everything is ok, false otherwisesvn_fs_check_path — Determines what kind of item lives at path in a given repository fsrootsvn_fs_contents_changed — Return true if content is different, false otherwisesvn_fs_copy — Copies a file or a directory, returns true if all is ok, false otherwisesvn_fs_delete — Deletes a file or a directory, return true if all is ok, false otherwisesvn_fs_dir_entries — Enumerates the directory entries under path; returns a hash of dir names to file typesvn_fs_file_contents — Returns a stream to access the contents of a file from a given version of the fssvn_fs_file_length — Returns the length of a file from a given version of the fssvn_fs_is_dir — Return true if the path points to a directory, false otherwisesvn_fs_is_file — Return true if the path points to a file, false otherwisesvn_fs_make_dir — Creates a new empty directory, returns true if all is ok, false otherwisesvn_fs_make_file — Creates a new empty file, returns true if all is ok, false otherwisesvn_fs_node_created_rev — Returns the revision in which path under fsroot was createdsvn_fs_node_prop — Returns the value of a property for a nodesvn_fs_props_changed — Return true if props are different, false otherwisesvn_fs_revision_prop — Fetches the value of a named propertysvn_fs_revision_root — Get a handle on a specific version of the repository rootsvn_fs_txn_root — Creates and returns a transaction rootsvn_fs_youngest_rev — Returns the number of the youngest revision in the filesystemsvn_import — Imports an unversioned path into a repositorysvn_log — Returns the commit log messages of a repository URLsvn_ls — Returns list of directory contents in repository URL, optionally at revision numbersvn_mkdir — Creates a directory in a working copy or repositorysvn_repos_create — Create a new subversion repository at pathsvn_repos_fs_begin_txn_for_commit — Create a new transactionsvn_repos_fs_commit_txn — Commits a transaction and returns the new revisionsvn_repos_fs — Gets a handle on the filesystem for a repositorysvn_repos_hotcopy — Make a hot-copy of the repos at repospath; copy it to destpathsvn_repos_open — Open a shared lock on a repository.svn_repos_recover — Run recovery procedures on the repository located at path.svn_revert — Revert changes to the working copysvn_status — Returns the status of working copy files and directoriessvn_update — Update working copy |