Extension [ extension #93 svn version 2.0.3 ] { - Constants [60] { Constant [ string SVN_AUTH_PARAM_DEFAULT_USERNAME ] { svn:auth:username } Constant [ string SVN_AUTH_PARAM_DEFAULT_PASSWORD ] { svn:auth:password } Constant [ string SVN_AUTH_PARAM_NON_INTERACTIVE ] { svn:auth:non-interactive } Constant [ string SVN_AUTH_PARAM_DONT_STORE_PASSWORDS ] { svn:auth:dont-store-passwords } Constant [ string SVN_AUTH_PARAM_NO_AUTH_CACHE ] { svn:auth:no-auth-cache } Constant [ string SVN_AUTH_PARAM_SSL_SERVER_FAILURES ] { svn:auth:ssl:failures } Constant [ string SVN_AUTH_PARAM_SSL_SERVER_CERT_INFO ] { svn:auth:ssl:cert-info } Constant [ string SVN_AUTH_PARAM_CONFIG ] { svn:auth:config-category-servers } Constant [ string SVN_AUTH_PARAM_SERVER_GROUP ] { svn:auth:server-group } Constant [ string SVN_AUTH_PARAM_CONFIG_DIR ] { svn:auth:config-dir } Constant [ string PHP_SVN_AUTH_PARAM_IGNORE_SSL_VERIFY_ERRORS ] { php:svn:auth:ignore-ssl-verify-errors } Constant [ string SVN_FS_CONFIG_FS_TYPE ] { fs-type } Constant [ string SVN_FS_TYPE_BDB ] { bdb } Constant [ string SVN_FS_TYPE_FSFS ] { fsfs } Constant [ string SVN_PROP_REVISION_DATE ] { svn:date } Constant [ string SVN_PROP_REVISION_ORIG_DATE ] { svn:original-date } Constant [ string SVN_PROP_REVISION_AUTHOR ] { svn:author } Constant [ string SVN_PROP_REVISION_LOG ] { svn:log } Constant [ int SVN_REVISION_INITIAL ] { 1 } Constant [ int SVN_REVISION_HEAD ] { -1 } Constant [ int SVN_REVISION_BASE ] { -2 } Constant [ int SVN_REVISION_COMMITTED ] { -3 } Constant [ int SVN_REVISION_PREV ] { -4 } Constant [ int SVN_REVISION_UNSPECIFIED ] { -5 } Constant [ int SVN_NON_RECURSIVE ] { 1 } Constant [ int SVN_DISCOVER_CHANGED_PATHS ] { 2 } Constant [ int SVN_OMIT_MESSAGES ] { 4 } Constant [ int SVN_STOP_ON_COPY ] { 8 } Constant [ int SVN_ALL ] { 16 } Constant [ int SVN_SHOW_UPDATES ] { 32 } Constant [ int SVN_NO_IGNORE ] { 64 } Constant [ int SVN_IGNORE_EXTERNALS ] { 128 } Constant [ int SVN_DEPTH_UNKNOWN ] { -2 } Constant [ int SVN_DEPTH_EXCLUDE ] { -1 } Constant [ int SVN_DEPTH_EMPTY ] { 0 } Constant [ int SVN_DEPTH_FILES ] { 1 } Constant [ int SVN_DEPTH_IMMEDIATES ] { 2 } Constant [ int SVN_DEPTH_INFINITY ] { 3 } Constant [ int SVN_WC_STATUS_NONE ] { 1 } Constant [ int SVN_WC_STATUS_UNVERSIONED ] { 2 } Constant [ int SVN_WC_STATUS_NORMAL ] { 3 } Constant [ int SVN_WC_STATUS_ADDED ] { 4 } Constant [ int SVN_WC_STATUS_MISSING ] { 5 } Constant [ int SVN_WC_STATUS_DELETED ] { 6 } Constant [ int SVN_WC_STATUS_REPLACED ] { 7 } Constant [ int SVN_WC_STATUS_MODIFIED ] { 8 } Constant [ int SVN_WC_STATUS_MERGED ] { 9 } Constant [ int SVN_WC_STATUS_CONFLICTED ] { 10 } Constant [ int SVN_WC_STATUS_IGNORED ] { 11 } Constant [ int SVN_WC_STATUS_OBSTRUCTED ] { 12 } Constant [ int SVN_WC_STATUS_EXTERNAL ] { 13 } Constant [ int SVN_WC_STATUS_INCOMPLETE ] { 14 } Constant [ int SVN_NODE_NONE ] { 0 } Constant [ int SVN_NODE_FILE ] { 1 } Constant [ int SVN_NODE_DIR ] { 2 } Constant [ int SVN_NODE_UNKNOWN ] { 3 } Constant [ int SVN_WC_SCHEDULE_NORMAL ] { 0 } Constant [ int SVN_WC_SCHEDULE_ADD ] { 1 } Constant [ int SVN_WC_SCHEDULE_DELETE ] { 2 } Constant [ int SVN_WC_SCHEDULE_REPLACE ] { 3 } } - Functions { Function [ function svn_checkout ] { } Function [ function svn_cat ] { } Function [ function svn_ls ] { } Function [ function svn_log ] { } Function [ function svn_auth_set_parameter ] { } Function [ function svn_auth_get_parameter ] { } Function [ function svn_client_version ] { } Function [ function svn_config_ensure ] { } Function [ function svn_diff ] { } Function [ function svn_cleanup ] { } Function [ function svn_revert ] { } Function [ function svn_resolved ] { } Function [ function svn_commit ] { } Function [ function svn_lock ] { } Function [ function svn_unlock ] { } Function [ function svn_add ] { } Function [ function svn_status ] { } Function [ function svn_update ] { } Function [ function svn_update2 ] { } Function [ function svn_import ] { } Function [ function svn_info ] { } Function [ function svn_export ] { } Function [ function svn_copy ] { } Function [ function svn_switch ] { } Function [ function svn_blame ] { } Function [ function svn_delete ] { } Function [ function svn_mkdir ] { } Function [ function svn_move ] { } Function [ function svn_proplist ] { } Function [ function svn_propget ] { } Function [ function svn_propset ] { } Function [ function svn_prop_delete ] { } Function [ function svn_revprop_get ] { } Function [ function svn_revprop_set ] { } Function [ function svn_revprop_delete ] { } Function [ function svn_repos_create ] { } Function [ function svn_repos_recover ] { } Function [ function svn_repos_hotcopy ] { } Function [ function svn_repos_open ] { } Function [ function svn_repos_fs ] { } Function [ function svn_repos_fs_begin_txn_for_commit ] { } Function [ function svn_repos_fs_commit_txn ] { } Function [ function svn_fs_revision_root ] { } Function [ function svn_fs_check_path ] { } Function [ function svn_fs_revision_prop ] { } Function [ function svn_fs_dir_entries ] { } Function [ function svn_fs_node_created_rev ] { } Function [ function svn_fs_youngest_rev ] { } Function [ function svn_fs_file_contents ] { } Function [ function svn_fs_file_length ] { } Function [ function svn_fs_txn_root ] { } Function [ function svn_fs_make_file ] { } Function [ function svn_fs_make_dir ] { } Function [ function svn_fs_apply_text ] { } Function [ function svn_fs_copy ] { } Function [ function svn_fs_delete ] { } Function [ function svn_fs_begin_txn2 ] { } Function [ function svn_fs_is_dir ] { } Function [ function svn_fs_is_file ] { } Function [ function svn_fs_node_prop ] { } Function [ function svn_fs_change_node_prop ] { } Function [ function svn_fs_contents_changed ] { } Function [ function svn_fs_props_changed ] { } Function [ function svn_fs_abort_txn ] { } Function [ function svn_fs_open_txn ] { } Function [ function svn_fs_txn_prop ] { } } - Classes [4] { Class [ class Svn ] { - Constants [20] { Constant [ public int NON_RECURSIVE ] { 1 } Constant [ public int DISCOVER_CHANGED_PATHS ] { 2 } Constant [ public int OMIT_MESSAGES ] { 4 } Constant [ public int STOP_ON_COPY ] { 8 } Constant [ public int ALL ] { 16 } Constant [ public int SHOW_UPDATES ] { 32 } Constant [ public int NO_IGNORE ] { 64 } Constant [ public int IGNORE_EXTERNALS ] { 128 } Constant [ public int INITIAL ] { 1 } Constant [ public int HEAD ] { -1 } Constant [ public int BASE ] { -2 } Constant [ public int COMMITTED ] { -3 } Constant [ public int PREV ] { -4 } Constant [ public int UNSPECIFIED ] { -5 } Constant [ public int DEPTH_UNKNOWN ] { -2 } Constant [ public int DEPTH_EXCLUDE ] { -1 } Constant [ public int DEPTH_EMPTY ] { 0 } Constant [ public int DEPTH_FILES ] { 1 } Constant [ public int DEPTH_IMMEDIATES ] { 2 } Constant [ public int DEPTH_INFINITY ] { 3 } } - Static properties [0] { } - Static methods [42] { Method [ static public method checkout ] { } Method [ static public method cat ] { } Method [ static public method ls ] { } Method [ static public method log ] { } Method [ static public method auth_set_parameter ] { } Method [ static public method auth_get_parameter ] { } Method [ static public method client_version ] { } Method [ static public method config_ensure ] { } Method [ static public method diff ] { } Method [ static public method cleanup ] { } Method [ static public method revert ] { } Method [ static public method resolved ] { } Method [ static public method commit ] { } Method [ static public method lock ] { } Method [ static public method unlock ] { } Method [ static public method add ] { } Method [ static public method status ] { } Method [ static public method update ] { } Method [ static public method update2 ] { } Method [ static public method import ] { } Method [ static public method info ] { } Method [ static public method export ] { } Method [ static public method copy ] { } Method [ static public method switch ] { } Method [ static public method blame ] { } Method [ static public method delete ] { } Method [ static public method mkdir ] { } Method [ static public method move ] { } Method [ static public method proplist ] { } Method [ static public method propget ] { } Method [ static public method propset ] { } Method [ static public method prop_delete ] { } Method [ static public method revprop_get ] { } Method [ static public method revprop_set ] { } Method [ static public method revprop_delete ] { } Method [ static public method repos_create ] { } Method [ static public method repos_recover ] { } Method [ static public method repos_hotcopy ] { } Method [ static public method repos_open ] { } Method [ static public method repos_fs ] { } Method [ static public method repos_fs_begin_txn_for_commit ] { } Method [ static public method repos_fs_commit_txn ] { } } - Properties [0] { } - Methods [0] { } } Class [ class SvnWc ] { - Constants [14] { Constant [ public int NONE ] { 1 } Constant [ public int UNVERSIONED ] { 2 } Constant [ public int NORMAL ] { 3 } Constant [ public int ADDED ] { 4 } Constant [ public int MISSING ] { 5 } Constant [ public int DELETED ] { 6 } Constant [ public int REPLACED ] { 7 } Constant [ public int MODIFIED ] { 8 } Constant [ public int MERGED ] { 9 } Constant [ public int CONFLICTED ] { 10 } Constant [ public int IGNORED ] { 11 } Constant [ public int OBSTRUCTED ] { 12 } Constant [ public int EXTERNAL ] { 13 } Constant [ public int INCOMPLETE ] { 14 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ class SvnWcSchedule ] { - Constants [4] { Constant [ public int NORMAL ] { 0 } Constant [ public int ADD ] { 1 } Constant [ public int DELETE ] { 2 } Constant [ public int REPLACE ] { 3 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ class SvnNode ] { - Constants [4] { Constant [ public int NONE ] { 0 } Constant [ public int FILE ] { 1 } Constant [ public int DIR ] { 2 } Constant [ public int UNKNOWN ] { 3 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } } }