- Global svn_client_ctx_t::notify_baton
- Provided for backwards compatibility with the 1.1 API.
- Global svn_client_ctx_t::notify_func
- Provided for backwards compatibility with the 1.1 API.
- Class svn_ra_plugin_t
- Provided for backwards compatibility with the 1.1 API.
- Class svn_ra_reporter_t
- Provided for backward compatibility with the 1.1 API.
- Class svn_repos_parse_fns_t
- Provided for backward compatibility with the 1.0 API.
- Class svn_wc_diff_callbacks_t
- Provided for backward compatibility with the 1.1 API.
- Class svn_wc_status_t
- Provided for backwards compatibility with the 1.1 API.
- Global svn_client_add (const char *path, svn_boolean_t recursive, svn_client_ctx_t *ctx, apr_pool_t *pool)
- Provided for backward compatibility with the 1.0 API.
- Global svn_client_blame (const char *path_or_url, const svn_opt_revision_t *start, const svn_opt_revision_t *end, svn_client_blame_receiver_t receiver, void *receiver_baton, svn_client_ctx_t *ctx, apr_pool_t *pool)
- Provided for backward compatibility with the 1.1 API.
- Global svn_client_cat (svn_stream_t *out, const char *path_or_url, const svn_opt_revision_t *revision, svn_client_ctx_t *ctx, apr_pool_t *pool)
- Provided for backward compatibility with the 1.1 API.
- Global svn_client_checkout (svn_revnum_t *result_rev, const char *URL, const char *path, const svn_opt_revision_t *revision, svn_boolean_t recurse, svn_client_ctx_t *ctx, apr_pool_t *pool)
- Provided for backward compatibility with the 1.1 API.
- Global svn_client_commit (svn_client_commit_info_t **commit_info, const apr_array_header_t *targets, svn_boolean_t nonrecursive, svn_client_ctx_t *ctx, apr_pool_t *pool)
- Provided for backwards compatibility with the 1.1 API.
- Global svn_client_diff (const apr_array_header_t *diff_options, const char *path1, const svn_opt_revision_t *revision1, const char *path2, const svn_opt_revision_t *revision2, svn_boolean_t recurse, svn_boolean_t ignore_ancestry, svn_boolean_t no_diff_deleted, apr_file_t *outfile, apr_file_t *errfile, svn_client_ctx_t *ctx, apr_pool_t *pool)
- Provided for backward compatibility with the 1.0 API.
- Global svn_client_diff_peg (const apr_array_header_t *diff_options, const char *path, const svn_opt_revision_t *peg_revision, const svn_opt_revision_t *start_revision, const svn_opt_revision_t *end_revision, svn_boolean_t recurse, svn_boolean_t ignore_ancestry, svn_boolean_t no_diff_deleted, apr_file_t *outfile, apr_file_t *errfile, svn_client_ctx_t *ctx, apr_pool_t *pool)
- Provided for backward compatibility with the 1.1 API.
- Global svn_client_export (svn_revnum_t *result_rev, const char *from, const char *to, svn_opt_revision_t *revision, svn_boolean_t force, svn_client_ctx_t *ctx, apr_pool_t *pool)
- Provided for backward compatibility with the 1.0 API.
- Global svn_client_export2 (svn_revnum_t *result_rev, const char *from, const char *to, svn_opt_revision_t *revision, svn_boolean_t force, const char *native_eol, svn_client_ctx_t *ctx, apr_pool_t *pool)
- Provided for backward compatibility with the 1.1 API.
- Global svn_client_log (const apr_array_header_t *targets, const svn_opt_revision_t *start, const svn_opt_revision_t *end, svn_boolean_t discover_changed_paths, svn_boolean_t strict_node_history, svn_log_message_receiver_t receiver, void *receiver_baton, svn_client_ctx_t *ctx, apr_pool_t *pool)
- Provided for backward compatibility with the 1.0 API.
- Global svn_client_ls (apr_hash_t **dirents, const char *path_or_url, svn_opt_revision_t *revision, svn_boolean_t recurse, svn_client_ctx_t *ctx, apr_pool_t *pool)
- Provided for backward compatibility with the 1.1 API.
- Global svn_client_move (svn_client_commit_info_t **commit_info, const char *src_path, const svn_opt_revision_t *src_revision, const char *dst_path, svn_boolean_t force, svn_client_ctx_t *ctx, apr_pool_t *pool)
- Provided for backward compatibility with the 1.1 API.
- Global svn_client_status (svn_revnum_t *result_rev, const char *path, svn_opt_revision_t *revision, svn_wc_status_func_t status_func, void *status_baton, svn_boolean_t recurse, svn_boolean_t get_all, svn_boolean_t update, svn_boolean_t no_ignore, svn_client_ctx_t *ctx, apr_pool_t *pool)
- Provided for backward compatibility with the 1.1 API.
- Global svn_client_update (svn_revnum_t *result_rev, const char *path, const svn_opt_revision_t *revision, svn_boolean_t recurse, svn_client_ctx_t *ctx, apr_pool_t *pool)
- Provided for backward compatibility with the 1.1 API.
- Global svn_io_file_lock (const char *lock_file, svn_boolean_t exclusive, apr_pool_t *pool)
- Provided for backward compatibility with the 1.0 API.
- Global svn_opt_args_to_target_array (apr_array_header_t **targets_p, apr_getopt_t *os, apr_array_header_t *known_targets, svn_opt_revision_t *start_revision, svn_opt_revision_t *end_revision, svn_boolean_t extract_revisions, apr_pool_t *pool)
- Provided for backward compatibility with the 1.1 API.
- Global SVN_RA_ABI_VERSION
- Provided for backward compatibility with the 1.0 API.
- Global svn_ra_init_func_t )(int abi_version, apr_pool_t *pool, apr_hash_t *hash)
- Provided for backwards compatibility with the 1.1 API.
- Global svn_ra_dav_init (int abi_version, apr_pool_t *pool, apr_hash_t *hash)
- Provided for backwards compatibility with the 1.1 API.
- Global svn_ra_get_ra_library (svn_ra_plugin_t **library, void *ra_baton, const char *url, apr_pool_t *pool)
- Provided for backwards compatibility with the 1.1 API.
- Global svn_ra_init_ra_libs (void **ra_baton, apr_pool_t *pool)
- Provide for backwards compability with the 1.1 API.
- Global svn_ra_local_init (int abi_version, apr_pool_t *pool, apr_hash_t *hash)
- Provided for backwards compatibility with the 1.1 API.
- Global svn_ra_print_ra_libraries (svn_stringbuf_t **descriptions, void *ra_baton, apr_pool_t *pool)
- Provided for backwards compatibility with the 1.1 API.
- Global svn_ra_svn_init (int abi_version, apr_pool_t *pool, apr_hash_t *hash)
- Provided for backwards compatibility with the 1.1 API.
- Global svn_repos_get_commit_editor (const svn_delta_editor_t **editor, void **edit_baton, svn_repos_t *repos, const char *repos_url, const char *base_path, const char *user, const char *log_msg, svn_commit_callback_t callback, void *callback_baton, apr_pool_t *pool)
- Provided for backward compatibility with the 1.1 API.
- Global svn_repos_get_logs (svn_repos_t *repos, const apr_array_header_t *paths, svn_revnum_t start, svn_revnum_t end, svn_boolean_t discover_changed_paths, svn_boolean_t strict_node_history, svn_log_message_receiver_t receiver, void *receiver_baton, apr_pool_t *pool)
- Provided for backward compatibility with the 1.0 API.
- Global svn_repos_get_logs2 (svn_repos_t *repos, const apr_array_header_t *paths, svn_revnum_t start, svn_revnum_t end, svn_boolean_t discover_changed_paths, svn_boolean_t strict_node_history, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, svn_log_message_receiver_t receiver, void *receiver_baton, apr_pool_t *pool)
- Provided for backward compatibility with the 1.1 API. Same as svn_get_logs3(), but with limit always set to 0.
- Global svn_repos_history (svn_fs_t *fs, const char *path, svn_repos_history_func_t history_func, void *history_baton, svn_revnum_t start, svn_revnum_t end, svn_boolean_t cross_copies, apr_pool_t *pool)
- Provided for backward compatibility with the 1.0 API.
- Global svn_repos_link_path (void *report_baton, const char *path, const char *link_path, svn_revnum_t revision, svn_boolean_t start_empty, apr_pool_t *pool)
- Provided for backwards compatibility with the 1.1 API.
- Global svn_repos_recover (const char *path, apr_pool_t *pool)
- Provided for backward compatibility with the 1.0 API.
- Global svn_repos_set_path (void *report_baton, const char *path, svn_revnum_t revision, svn_boolean_t start_empty, apr_pool_t *pool)
- Provided for backwards compatibility with the 1.1 API.
- Global svn_subst_copy_and_translate (const char *src, const char *dst, const char *eol_str, svn_boolean_t repair, const svn_subst_keywords_t *keywords, svn_boolean_t expand, apr_pool_t *pool)
- Provided for backward compatibility with the 1.0 API.
- Global svn_subst_translate_stream (svn_stream_t *src, svn_stream_t *dst, const char *eol_str, svn_boolean_t repair, const svn_subst_keywords_t *keywords, svn_boolean_t expand)
- Provided for backward compatibility with the 1.1 API.
- Global SVN_VER_LIBRARY
- Provided for backward compatibility with the 1.0 API.
- Global SVN_VER_MICRO
- Provided for backward compatibility with the 1.0 API.
- Global svn_wc_add (const char *path, svn_wc_adm_access_t *parent_access, const char *copyfrom_url, svn_revnum_t copyfrom_rev, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func_t notify_func, void *notify_baton, apr_pool_t *pool)
- Provided for backwards compatibility with the 1.1 API.
- Global svn_wc_adm_open (svn_wc_adm_access_t **adm_access, svn_wc_adm_access_t *associated, const char *path, svn_boolean_t write_lock, svn_boolean_t tree_lock, apr_pool_t *pool)
- Provided for backward compatibility with the 1.0 API.
- Global svn_wc_adm_open2 (svn_wc_adm_access_t **adm_access, svn_wc_adm_access_t *associated, const char *path, svn_boolean_t write_lock, int depth, apr_pool_t *pool)
- Provided for backward compatibility with the 1.1 API.
- Global svn_wc_adm_probe_open (svn_wc_adm_access_t **adm_access, svn_wc_adm_access_t *associated, const char *path, svn_boolean_t write_lock, svn_boolean_t tree_lock, apr_pool_t *pool)
- Provided for backward compatibility with the 1.0 API.
- Global svn_wc_adm_probe_open2 (svn_wc_adm_access_t **adm_access, svn_wc_adm_access_t *associated, const char *path, svn_boolean_t write_lock, int depth, apr_pool_t *pool)
- Provided for backward compatibility with the 1.1 API.
- Global svn_wc_adm_probe_try (svn_wc_adm_access_t **adm_access, svn_wc_adm_access_t *associated, const char *path, svn_boolean_t write_lock, svn_boolean_t tree_lock, apr_pool_t *pool)
- Provided for backward compatibility with the 1.0 API.
- Global svn_wc_adm_probe_try2 (svn_wc_adm_access_t **adm_access, svn_wc_adm_access_t *associated, const char *path, svn_boolean_t write_lock, int depth, apr_pool_t *pool)
- Provided for backward compatibility with the 1.1 API.
- Global svn_wc_cleanup (const char *path, svn_wc_adm_access_t *optional_adm_access, const char *diff3_cmd, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool)
- Provided for backward compatibility with the 1.1 API.
- Global svn_wc_copy (const char *src, svn_wc_adm_access_t *dst_parent, const char *dst_basename, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func_t notify_func, void *notify_baton, apr_pool_t *pool)
- Provided for backwards compatibility with the 1.1 API.
- Global svn_wc_crawl_revisions (const char *path, svn_wc_adm_access_t *adm_access, const svn_ra_reporter_t *reporter, void *report_baton, svn_boolean_t restore_files, svn_boolean_t recurse, svn_boolean_t use_commit_times, svn_wc_notify_func_t notify_func, void *notify_baton, svn_wc_traversal_info_t *traversal_info, apr_pool_t *pool)
- Provided for backwards compatibility with the 1.1 API.
- Global svn_wc_delete (const char *path, svn_wc_adm_access_t *adm_access, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func_t notify_func, void *notify_baton, apr_pool_t *pool)
- Provided for backwards compatibility with the 1.1 API.
- Global svn_wc_diff (svn_wc_adm_access_t *anchor, const char *target, const svn_wc_diff_callbacks_t *callbacks, void *callback_baton, svn_boolean_t recurse, apr_pool_t *pool)
- Provided for backward compatibility with the 1.0 API.
- Global svn_wc_diff2 (svn_wc_adm_access_t *anchor, const char *target, const svn_wc_diff_callbacks_t *callbacks, void *callback_baton, svn_boolean_t recurse, svn_boolean_t ignore_ancestry, apr_pool_t *pool)
- Provided for backward compatibility with the 1.1 API.
- Global svn_wc_get_diff_editor (svn_wc_adm_access_t *anchor, const char *target, const svn_wc_diff_callbacks_t *callbacks, void *callback_baton, svn_boolean_t recurse, svn_boolean_t use_text_base, svn_boolean_t reverse_order, svn_cancel_func_t cancel_func, void *cancel_baton, const svn_delta_editor_t **editor, void **edit_baton, apr_pool_t *pool)
- Provided for backward compatibility with the 1.0 API.
- Global svn_wc_get_diff_editor2 (svn_wc_adm_access_t *anchor, const char *target, const svn_wc_diff_callbacks_t *callbacks, void *callback_baton, svn_boolean_t recurse, svn_boolean_t ignore_ancestry, svn_boolean_t use_text_base, svn_boolean_t reverse_order, svn_cancel_func_t cancel_func, void *cancel_baton, const svn_delta_editor_t **editor, void **edit_baton, apr_pool_t *pool)
- Provided for backward compatibility with the 1.1 API.
- Global svn_wc_get_switch_editor (svn_revnum_t *target_revision, svn_wc_adm_access_t *anchor, const char *target, const char *switch_url, svn_boolean_t use_commit_times, svn_boolean_t recurse, svn_wc_notify_func_t notify_func, void *notify_baton, svn_cancel_func_t cancel_func, void *cancel_baton, const char *diff3_cmd, const svn_delta_editor_t **editor, void **edit_baton, svn_wc_traversal_info_t *ti, apr_pool_t *pool)
- Provided for backwards compatibility with the 1.2 API.
- Global svn_wc_get_update_editor (svn_revnum_t *target_revision, svn_wc_adm_access_t *anchor, const char *target, svn_boolean_t use_commit_times, svn_boolean_t recurse, svn_wc_notify_func_t notify_func, void *notify_baton, svn_cancel_func_t cancel_func, void *cancel_baton, const char *diff3_cmd, const svn_delta_editor_t **editor, void **edit_baton, svn_wc_traversal_info_t *ti, apr_pool_t *pool)
- Provided for backwards compatibility with the 1.1 API.
- Global svn_wc_parse_externals_description (apr_hash_t **externals_p, const char *parent_directory, const char *desc, apr_pool_t *pool)
- Provided for backward compatibility with the 1.0 API.
- Global svn_wc_process_committed (const char *path, svn_wc_adm_access_t *adm_access, svn_boolean_t recurse, svn_revnum_t new_revnum, const char *rev_date, const char *rev_author, apr_array_header_t *wcprop_changes, apr_pool_t *pool)
- Provided for backwards compability with the 1.1 API.
- Global svn_wc_prop_set (const char *name, const svn_string_t *value, const char *path, svn_wc_adm_access_t *adm_access, apr_pool_t *pool)
- Provided for backward compatibility with the 1.1 API.
- Global svn_wc_resolved_conflict (const char *path, svn_wc_adm_access_t *adm_access, svn_boolean_t resolve_text, svn_boolean_t resolve_props, svn_boolean_t recurse, svn_wc_notify_func_t notify_func, void *notify_baton, apr_pool_t *pool)
- Provided for backward compatibility with the 1.0 API.
- Global svn_wc_revert (const char *path, svn_wc_adm_access_t *parent_access, svn_boolean_t recursive, svn_boolean_t use_commit_times, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func_t notify_func, void *notify_baton, apr_pool_t *pool)
- Provided for backwards compatibility with the 1.1 API.
- Global svn_wc_walk_entries (const char *path, svn_wc_adm_access_t *adm_access, const svn_wc_entry_callbacks_t *walk_callbacks, void *walk_baton, svn_boolean_t show_hidden, apr_pool_t *pool)
- Provided for backward compatibility with the 1.0 API.
- Global svn_client_propget (apr_hash_t **props, const char *propname, const char *target, const svn_opt_revision_t *revision, svn_boolean_t recurse, svn_client_ctx_t *ctx, apr_pool_t *pool)
- Provided for backward compatibility with the 1.1 API.
- Global svn_client_proplist (apr_array_header_t **props, const char *target, const svn_opt_revision_t *revision, svn_boolean_t recurse, svn_client_ctx_t *ctx, apr_pool_t *pool)
- Provided for backward compatibility with the 1.1 API.
- Global svn_client_propset (const char *propname, const svn_string_t *propval, const char *target, svn_boolean_t recurse, apr_pool_t *pool)
- Provided for backward compatibility with the 1.1 API.
- Global svn_fs_berkeley_path (svn_fs_t *fs, apr_pool_t *pool)
- Provided for backward compatibility with the 1.0 API.
- Global svn_fs_create_berkeley (svn_fs_t *fs, const char *path)
- Provided for backward compatibility with the 1.0 API.
- Global svn_fs_delete_berkeley (const char *path, apr_pool_t *pool)
- Provided for backward compatibility with the 1.0 API.
- Global svn_fs_hotcopy_berkeley (const char *src_path, const char *dest_path, svn_boolean_t clean_logs, apr_pool_t *pool)
- Provided for backward compatibility with the 1.0 API.
- Global svn_fs_new (apr_hash_t *fs_config, apr_pool_t *pool)
- Provided for backward compatibility with the 1.0 API.
- Global svn_fs_open_berkeley (svn_fs_t *fs, const char *path)
- Provided for backward compatibility with the 1.0 API.
- Global svn_fs_parse_id (const char *data, apr_size_t len, apr_pool_t *pool)
- Provided for backward compatibility with the 1.0 API.
- Global svn_fs_begin_txn (svn_fs_txn_t **txn_p, svn_fs_t *fs, svn_revnum_t rev, apr_pool_t *pool)
- Provided for backward compatibility with svn 1.1 API.
- Global svn_hash_read (apr_hash_t *hash, apr_file_t *srcfile, apr_pool_t *pool)
- Provided for backward compatibility with the 1.0 API.
- Global svn_hash_write (apr_hash_t *hash, apr_file_t *destfile, apr_pool_t *pool)
- Provided for backward compatibility with the 1.0 API.
- Global svn_repos_fs_change_rev_prop (svn_repos_t *repos, svn_revnum_t rev, const char *author, const char *name, const svn_string_t *new_value, apr_pool_t *pool)
- Provided for backward compatibility with the 1.0 API.
- Global svn_repos_dump_fs (svn_repos_t *repos, svn_stream_t *dumpstream, svn_stream_t *feedback_stream, svn_revnum_t start_rev, svn_revnum_t end_rev, svn_boolean_t incremental, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool)
- Provided for backward compatibility with the 1.0 API.
- Global svn_repos_get_fs_build_parser (const svn_repos_parser_fns_t **parser, void **parse_baton, svn_repos_t *repos, svn_boolean_t use_history, enum svn_repos_load_uuid uuid_action, svn_stream_t *outstream, const char *parent_dir, apr_pool_t *pool)
- Provided for backward compatibility with the 1.0 API.
- Global svn_repos_load_fs (svn_repos_t *repos, svn_stream_t *dumpstream, svn_stream_t *feedback_stream, enum svn_repos_load_uuid uuid_action, const char *parent_dir, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool)
- Provided for backward compatibility with the 1.0 API.
- Global svn_repos_parse_dumpstream (svn_stream_t *stream, const svn_repos_parser_fns_t *parse_fns, void *parse_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool)
- Provided for backward compatibility with the 1.0 API.
- Global svn_wc_notify_func_t )(void *baton, const char *path, svn_wc_notify_action_t action, svn_node_kind_t kind, const char *mime_type, svn_wc_notify_state_t content_state, svn_wc_notify_state_t prop_state, svn_revnum_t revision)
- Provided for backward compatibility with the 1.1 API.
- Global svn_wc_status_func_t )(void *baton, const char *path, svn_wc_status_t *status)
- Provided for backwards compatibility with the 1.1 API.
- Global svn_wc_dup_status (svn_wc_status_t *orig_stat, apr_pool_t *pool)
- Provided for backwards compatibility with the 1.1 API.
- Global svn_wc_get_status_editor (const svn_delta_editor_t **editor, void **edit_baton, svn_revnum_t *edit_revision, svn_wc_adm_access_t *anchor, const char *target, apr_hash_t *config, svn_boolean_t recurse, svn_boolean_t get_all, svn_boolean_t no_ignore, svn_wc_status_func_t status_func, void *status_baton, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_traversal_info_t *traversal_info, apr_pool_t *pool)
- Provided for backwards compatibility with the 1.1 API.
- Global svn_wc_status (svn_wc_status_t **status, const char *path, svn_wc_adm_access_t *adm_access, apr_pool_t *pool)
- Provided for backwards compatibility with the 1.1 API.
Generated on Thu Aug 25 00:11:42 2005 for Subversion by
1.3.9.1