- Class svn_repos_parse_fns_t
- Provided for backward compatibility with the 1.0.0 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.0 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.0 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.0 API.
- Global SVN_RA_ABI_VERSION
- Provided for backward compatibility with the 1.0 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.0 API.
- 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.0 API.
- Global svn_repos_recover (const char *path, apr_pool_t *pool)
- Provided for backward compatibility with the 1.0.0 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.0 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_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.0 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.0 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.0 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.0 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.0 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 compatability with the 1.0.0 API.
- Global svn_fs_berkeley_path (svn_fs_t *fs, apr_pool_t *pool)
- Provided for backward compatibility with the 1.0.0 API.
- Global svn_fs_create_berkeley (svn_fs_t *fs, const char *path)
- Provided for backward compatibility with the 1.0.0 API.
- Global svn_fs_delete_berkeley (const char *path, apr_pool_t *pool)
- Provided for backward compatibility with the 1.0.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.0 API.
- Global svn_fs_new (apr_hash_t *fs_config, apr_pool_t *pool)
- Provided for backward compatibility with the 1.0.0 API.
- Global svn_fs_open_berkeley (svn_fs_t *fs, const char *path)
- Provided for backward compatibility with the 1.0.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.0 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.0 API. This function behaves like svn_hash_read2, but it only works on an apr_file_t input, empty files are accepted, and the hash is expected to be terminated with a line containing "END" or "PROPS-END".
- Global svn_hash_write (apr_hash_t *hash, apr_file_t *destfile, apr_pool_t *pool)
- Provided for backward compatibility with the 1.0.0 API. This function behaves like svn_hash_write2, but it only works on an apr_file_t output, and the terminator is always "END".
- 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.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.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.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.0 API.
Generated on Sat Apr 2 00:11:42 2005 for Subversion by
1.3.5