Predefined Constants
svn_add
SVN
PHP Manual
SVN Functions
Table of Contents
svn_add
— Schedules the addition of an item in a working directory
svn_auth_get_parameter
— Retrieves authentication parameter
svn_auth_set_parameter
— Sets an authentication parameter
svn_blame
— Get the SVN blame for a file
svn_cat
— Returns the contents of a file in a repository
svn_checkout
— Checks out a working copy from the repository
svn_cleanup
— Recursively cleanup a working copy directory, finishing incomplete operations and removing locks
svn_client_version
— بازگرداندن نسخه کتابخانه کلاینت SVN
svn_commit
— Sends changes from the local working copy to the repository
svn_delete
— Delete items from a working copy or repository.
svn_diff
— Recursively diffs two paths
svn_export
— Export the contents of a SVN directory
svn_fs_abort_txn
— توقف تراکنش بازگرداندن true اگر همه چیز خوب باشد در غیر این صورت false
svn_fs_apply_text
— ساخت و بازگرداندن جریان استفاده شده برای جایگزینی
svn_fs_begin_txn2
— ساخت تراکنش جدید
svn_fs_change_node_prop
— بازگرداندن true اگر همه چیز خوب باشد در غیر این صورت false
svn_fs_check_path
— تعیین چگونگی مورد مسیر در fsroot انبار داده شده
svn_fs_contents_changed
— بازگرداندن true اگر محتوا متفاوت باشد در غیر این صورت false
svn_fs_copy
— کپی فایل یا دایرکتوری بازگرداندن true اگر همه چیز خوب باشد در غیر این صورت false
svn_fs_delete
— حذف فایل یا دایرکتوری بازگرداندن true اگر همه چیز خوب باشد در غیر این صورت false
svn_fs_dir_entries
— به شمار آوردن ورودی دایرکتوری در مسیر بازگرداندن hash نامهای dir نوع فایل
svn_fs_file_contents
— بازگرداندن جریان برای دسترسی به محتوای فایل از نسخه داده fs
svn_fs_file_length
— بازگرداندن طول فایل از نسخه داده شده fs
svn_fs_is_dir
— بازگرداندن true اگر مسیر به دایرکتوری اشاره کند در غیر این صورت false
svn_fs_is_file
— بازگرداندن true اگر مسیر به فایل اشاره کند در غیر این صورت false
svn_fs_make_dir
— ساخت دایرکتوری خالی جدید بازگرداندن true اگر همه چیز خوب باشد در غیر این صورت false
svn_fs_make_file
— ساخت فایل جدید خالی بازگرداندن true اگر همه چیز خوب باشد در غیر این صورت false
svn_fs_node_created_rev
— بازگرداندن بازبینی در مسیر ساخت fsroot
svn_fs_node_prop
— بازگرداندن مقدار خاصیت برای گره
svn_fs_props_changed
— بازگرداندن true اگر props متفاوت باشد در غیر این صورت false
svn_fs_revision_prop
— دریافت مقدار خاصیت نامدار
svn_fs_revision_root
— دریافت هندل نسخه مشخص ریشه انبار
svn_fs_txn_root
— ساخت و بازگرداندن ریشه تراکنش
svn_fs_youngest_rev
— بازگرداندن شماره جدیدترین بازبینی در سیستم فایل
svn_import
— Imports an unversioned path into a repository
svn_log
— Returns the commit log messages of a repository URL
svn_ls
— Returns list of directory contents in repository URL, optionally at revision number
svn_mkdir
— ساخت دایرکتوری در کپی یا انبار به کار برده شده
svn_repos_create
— ساخت انبار subversion در مسیر
svn_repos_fs_begin_txn_for_commit
— ساخت تراکنش جدید
svn_repos_fs_commit_txn
— انجام تراکنش و بازگرداندن بازبینی جدید
svn_repos_fs
— دریافت هندل سیستم فایل برای انبار
svn_repos_hotcopy
— ساخت کپی جدید repos در repospath; کپی آن به destpath
svn_repos_open
— باز کردن قفل مشترک انبار
svn_repos_recover
— اجرای رویه بازیابی انبار در مسیر
svn_revert
— برگرداندن تغییرات به کپی به کار برده شده
svn_status
— Returns the status of working copy files and directories
svn_update
— بروزرسانی کپی به کار برده شده
Predefined Constants
svn_add
SVN
PHP Manual