API compatibility report for the svn library between 1.9 and trunk versions on x86_64


Binary
Compatibility
Source
Compatibility

Test Info


Library Namesvn
Version #11.9
Version #2trunk
CPU Typex86_64
GCC Version7
SubjectBinary Compatibility

Test Results


Total Header Files44
Total Shared Libraries16
Total Symbols / Types1502 / 986
Compatibility 100%

Problem Summary


SeverityCount
Added Symbols-80
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low8
Problems with
Symbols
High0
Medium0
Low2
Problems with
Constants
Low0
Other Changes
in Data Types
-9
Other Changes
in Constants
-5

Added Symbols  80 


svn_base64.h, libsvn_subr-1.so.0.0.0
svn_base64_encode2 ( svn_stream_t* output, svn_boolean_t break_lines, apr_pool_t* pool )

svn_checksum.h, libsvn_subr-1.so.0.0.0
svn_checksum_ctx_reset svn_checksum_ctx_t* ctx )

svn_client.h, libsvn_client-1.so.0.0.0
svn_client_conflict_get ( svn_client_conflict_t** conflict, char const* local_abspath, svn_client_ctx_t* ctx, apr_pool_t* result_pool, apr_pool_t* scratch_pool )
svn_client_conflict_get_conflicted ( svn_boolean_t* text_conflicted, apr_array_header_t** props_conflicted, svn_boolean_t* tree_conflicted, svn_client_conflict_t* conflict, apr_pool_t* result_pool, apr_pool_t* scratch_pool )
svn_client_conflict_get_incoming_change svn_client_conflict_t* conflict )
svn_client_conflict_get_incoming_new_repos_location ( char const** incoming_new_repos_relpath, svn_revnum_t* incoming_new_regrev, svn_node_kind_t* incoming_new_node_kind, svn_client_conflict_t* conflict, apr_pool_t* result_pool, apr_pool_t* scratch_pool )
svn_client_conflict_get_incoming_old_repos_location ( char const** incoming_old_repos_relpath, svn_revnum_t* incoming_old_regrev, svn_node_kind_t* incoming_old_node_kind, svn_client_conflict_t* conflict, apr_pool_t* result_pool, apr_pool_t* scratch_pool )
svn_client_conflict_get_local_abspath svn_client_conflict_t* conflict )
svn_client_conflict_get_local_change svn_client_conflict_t* conflict )
svn_client_conflict_get_operation svn_client_conflict_t* conflict )
svn_client_conflict_get_recommended_option_id svn_client_conflict_t* conflict )
svn_client_conflict_get_repos_info ( char const** repos_root_url, char const** repos_uuid, svn_client_conflict_t* conflict, apr_pool_t* result_pool, apr_pool_t* scratch_pool )
svn_client_conflict_option_find_by_id ( apr_array_header_t* options, svn_client_conflict_option_id_t option_id )
svn_client_conflict_option_get_description ( svn_client_conflict_option_t* option, apr_pool_t* result_pool )
svn_client_conflict_option_get_id svn_client_conflict_option_t* option )
svn_client_conflict_option_get_label ( svn_client_conflict_option_t* option, apr_pool_t* result_pool )
svn_client_conflict_option_get_moved_to_abspath_candidates ( apr_array_header_t** possible_moved_to_abspaths, svn_client_conflict_option_t* option, apr_pool_t* result_pool, apr_pool_t* scratch_pool )
svn_client_conflict_option_get_moved_to_repos_relpath_candidates ( apr_array_header_t** possible_moved_to_repos_relpaths, svn_client_conflict_option_t* option, apr_pool_t* result_pool, apr_pool_t* scratch_pool )
svn_client_conflict_option_set_merged_propval ( svn_client_conflict_option_t* option, svn_string_t const* merged_propval )
svn_client_conflict_option_set_moved_to_abspath ( svn_client_conflict_option_t* option, int preferred_move_target_idx, svn_client_ctx_t* ctx, apr_pool_t* scratch_pool )
svn_client_conflict_option_set_moved_to_repos_relpath ( svn_client_conflict_option_t* option, int preferred_move_target_idx, svn_client_ctx_t* ctx, apr_pool_t* scratch_pool )
svn_client_conflict_prop_get_description ( char const** description, svn_client_conflict_t* conflict, apr_pool_t* result_pool, apr_pool_t* scratch_pool )
svn_client_conflict_prop_get_propvals ( svn_string_t const** base_propval, svn_string_t const** working_propval, svn_string_t const** incoming_old_propval, svn_string_t const** incoming_new_propval, svn_client_conflict_t* conflict, char const* propname, apr_pool_t* result_pool )
svn_client_conflict_prop_get_reject_abspath svn_client_conflict_t* conflict )
svn_client_conflict_prop_get_resolution ( svn_client_conflict_t* conflict, char const* propname )
svn_client_conflict_prop_get_resolution_options ( apr_array_header_t** options, svn_client_conflict_t* conflict, svn_client_ctx_t* ctx, apr_pool_t* result_pool, apr_pool_t* scratch_pool )
svn_client_conflict_prop_resolve ( svn_client_conflict_t* conflict, char const* propname, svn_client_conflict_option_t* option, svn_client_ctx_t* ctx, apr_pool_t* scratch_pool )
svn_client_conflict_prop_resolve_by_id ( svn_client_conflict_t* conflict, char const* propname, svn_client_conflict_option_id_t option_id, svn_client_ctx_t* ctx, apr_pool_t* scratch_pool )
svn_client_conflict_text_get_contents ( char const** base_abspath, char const** working_abspath, char const** incoming_old_abspath, char const** incoming_new_abspath, svn_client_conflict_t* conflict, apr_pool_t* result_pool, apr_pool_t* scratch_pool )
svn_client_conflict_text_get_mime_type svn_client_conflict_t* conflict )
svn_client_conflict_text_get_resolution svn_client_conflict_t* conflict )
svn_client_conflict_text_get_resolution_options ( apr_array_header_t** options, svn_client_conflict_t* conflict, svn_client_ctx_t* ctx, apr_pool_t* result_pool, apr_pool_t* scratch_pool )
svn_client_conflict_text_resolve ( svn_client_conflict_t* conflict, svn_client_conflict_option_t* option, svn_client_ctx_t* ctx, apr_pool_t* scratch_pool )
svn_client_conflict_text_resolve_by_id ( svn_client_conflict_t* conflict, svn_client_conflict_option_id_t option_id, svn_client_ctx_t* ctx, apr_pool_t* scratch_pool )
svn_client_conflict_tree_get_description ( char const** incoming_change_description, char const** local_change_description, svn_client_conflict_t* conflict, svn_client_ctx_t* ctx, apr_pool_t* result_pool, apr_pool_t* scratch_pool )
svn_client_conflict_tree_get_details ( svn_client_conflict_t* conflict, svn_client_ctx_t* ctx, apr_pool_t* scratch_pool )
svn_client_conflict_tree_get_resolution svn_client_conflict_t* conflict )
svn_client_conflict_tree_get_resolution_options ( apr_array_header_t** options, svn_client_conflict_t* conflict, svn_client_ctx_t* ctx, apr_pool_t* result_pool, apr_pool_t* scratch_pool )
svn_client_conflict_tree_get_victim_node_kind svn_client_conflict_t* conflict )
svn_client_conflict_tree_resolve ( svn_client_conflict_t* conflict, svn_client_conflict_option_t* option, svn_client_ctx_t* ctx, apr_pool_t* scratch_pool )
svn_client_conflict_tree_resolve_by_id ( svn_client_conflict_t* conflict, svn_client_conflict_option_id_t option_id, svn_client_ctx_t* ctx, apr_pool_t* scratch_pool )
svn_client_conflict_walk ( char const* local_abspath, svn_depth_t depth, svn_client_conflict_walk_func_t conflict_walk_func, void* conflict_walk_func_baton, svn_client_ctx_t* ctx, apr_pool_t* scratch_pool )
svn_client_list4 ( char const* path_or_url, svn_opt_revision_t const* peg_revision, svn_opt_revision_t const* revision, apr_array_header_t const* patterns, svn_depth_t depth, apr_uint32_t dirent_fields, svn_boolean_t fetch_locks, svn_boolean_t include_externals, svn_client_list_func2_t list_func, void* baton, svn_client_ctx_t* ctx, apr_pool_t* scratch_pool )

svn_delta.h, libsvn_delta-1.so.0.0.0
svn_txdelta_to_svndiff_stream ( svn_txdelta_stream_t* txstream, int svndiff_version, int compression_level, apr_pool_t* pool )

svn_diff.h, libsvn_diff-1.so.0.0.0
svn_diff_get_binary_diff_original_stream ( svn_diff_binary_patch_t const* bpatch, apr_pool_t* result_pool )
svn_diff_get_binary_diff_result_stream ( svn_diff_binary_patch_t const* bpatch, apr_pool_t* result_pool )

svn_fs.h, libsvn_fs-1.so.0.0.0
svn_fs_create2 svn_fs_t** fs_p, char const* path, apr_hash_t* fs_config, apr_pool_t* result_pool, apr_pool_t* scratch_pool )
svn_fs_get_mergeinfo3 ( svn_fs_root_t* root, apr_array_header_t const* paths, svn_mergeinfo_inheritance_t inherit, svn_boolean_t include_descendants, svn_boolean_t adjust_inherited_mergeinfo, svn_fs_mergeinfo_receiver_t receiver, void* baton, apr_pool_t* scratch_pool )
svn_fs_path_change3_create ( svn_fs_path_change_kind_t change_kind, apr_pool_t* result_pool )
svn_fs_path_change3_dup ( svn_fs_path_change3_t* change, apr_pool_t* result_pool )
svn_fs_path_change_get ( svn_fs_path_change3_t** change, svn_fs_path_change_iterator_t* iterator )
svn_fs_paths_changed3 ( svn_fs_path_change_iterator_t** iterator, svn_fs_root_t* root, apr_pool_t* result_pool, apr_pool_t* scratch_pool )
svn_fs_refresh_revision_props svn_fs_t* fs, apr_pool_t* scratch_pool )
svn_fs_revision_prop2 ( svn_string_t** value_p, svn_fs_t* fs, svn_revnum_t rev, char const* propname, svn_boolean_t refresh, apr_pool_t* result_pool, apr_pool_t* scratch_pool )
svn_fs_revision_proplist2 ( apr_hash_t** table_p, svn_fs_t* fs, svn_revnum_t rev, svn_boolean_t refresh, apr_pool_t* result_pool, apr_pool_t* scratch_pool )

svn_io.h, libsvn_subr-1.so.0.0.0
svn_io_file_get_offset ( apr_off_t* offset_p, apr_file_t* file, apr_pool_t* pool )
svn_io_file_rename2 ( char const* from_path, char const* to_path, svn_boolean_t flush_to_disk, apr_pool_t* pool )
svn_io_file_size_get ( svn_filesize_t* filesize_p, apr_file_t* file, apr_pool_t* pool )
svn_io_write_atomic2 ( char const* final_path, void const* buf, apr_size_t nbytes, char const* copy_perms_path, svn_boolean_t flush_to_disk, apr_pool_t* scratch_pool )
svn_stream_contents_checksum ( svn_checksum_t** checksum, svn_stream_t* stream, svn_checksum_kind_t kind, apr_pool_t* result_pool, apr_pool_t* scratch_pool )
svn_stream_for_stdin2 ( svn_stream_t** in, svn_boolean_t buffered, apr_pool_t* pool )
svn_stream_set_readline ( svn_stream_t* stream, svn_stream_readline_fn_t readline_fn )
svn_stream_supports_reset svn_stream_t* stream )
svn_string_from_stream2 ( svn_string_t** result, svn_stream_t* stream, apr_size_t len_hint, apr_pool_t* result_pool )

svn_ra.h, libsvn_ra-1.so.0.0.0
svn_ra_list ( svn_ra_session_t* session, char const* path, svn_revnum_t revision, apr_array_header_t const* patterns, svn_depth_t depth, apr_uint32_t dirent_fields, svn_ra_dirent_receiver_t receiver, void* receiver_baton, apr_pool_t* scratch_pool )

svn_ra_svn.h, libsvn_ra_svn-1.so.0.0.0
svn_ra_svn_create_conn5 ( apr_socket_t* sock, svn_stream_t* in_stream, svn_stream_t* out_stream, int compression_level, apr_size_t zero_copy_limit, apr_size_t error_check_interval, apr_uint64_t max_in, apr_uint64_t max_out, apr_pool_t* result_pool )

svn_repos.h, libsvn_repos-1.so.0.0.0
svn_repos_authz_initialize apr_pool_t* pool )
svn_repos_authz_read3 ( svn_authz_t** authz_p, char const* path, char const* groups_path, svn_boolean_t must_exist, svn_repos_t* repos_hint, apr_pool_t* result_pool, apr_pool_t* scratch_pool )
svn_repos_dump_fs4 ( svn_repos_t* repos, svn_stream_t* stream, svn_revnum_t start_rev, svn_revnum_t end_rev, svn_boolean_t incremental, svn_boolean_t use_deltas, svn_boolean_t include_revprops, svn_boolean_t include_changes, svn_repos_notify_func_t notify_func, void* notify_baton, svn_cancel_func_t cancel_func, void* cancel_baton, apr_pool_t* pool )
svn_repos_fs_get_mergeinfo2 ( svn_repos_t* repos, apr_array_header_t const* paths, svn_revnum_t revision, svn_mergeinfo_inheritance_t inherit, svn_boolean_t include_descendants, svn_repos_authz_func_t authz_read_func, void* authz_read_baton, svn_repos_mergeinfo_receiver_t receiver, void* receiver_baton, apr_pool_t* scratch_pool )
svn_repos_get_logs5 ( svn_repos_t* repos, apr_array_header_t const* paths, svn_revnum_t start, svn_revnum_t end, int limit, svn_boolean_t strict_node_history, svn_boolean_t include_merged_revisions, apr_array_header_t const* revprops, svn_repos_authz_func_t authz_read_func, void* authz_read_baton, svn_repos_path_change_receiver_t path_change_receiver, void* path_change_receiver_baton, svn_repos_log_entry_receiver_t revision_receiver, void* revision_receiver_baton, apr_pool_t* scratch_pool )
svn_repos_list ( svn_fs_root_t* root, char const* path, apr_array_header_t const* patterns, svn_depth_t depth, svn_boolean_t path_info_only, svn_repos_authz_func_t authz_read_func, void* authz_read_baton, svn_repos_dirent_receiver_t receiver, void* receiver_baton, svn_cancel_func_t cancel_func, void* cancel_baton, apr_pool_t* scratch_pool )
svn_repos_load_fs_revprops ( svn_repos_t* repos, svn_stream_t* dumpstream, svn_revnum_t start_rev, svn_revnum_t end_rev, svn_boolean_t validate_props, svn_boolean_t ignore_dates, svn_repos_notify_func_t notify_func, void* notify_baton, svn_cancel_func_t cancel_func, void* cancel_baton, apr_pool_t* scratch_pool )
svn_repos_log_entry_create apr_pool_t* result_pool )
svn_repos_log_entry_dup ( svn_repos_log_entry_t const* log_entry, apr_pool_t* result_pool )
svn_repos_path_change_create apr_pool_t* result_pool )
svn_repos_path_change_dup ( svn_repos_path_change_t* change, apr_pool_t* result_pool )

svn_string.h, libsvn_subr-1.so.0.0.0
svn_cstring_join2 ( apr_array_header_t const* strings, char const* separator, svn_boolean_t trailing_separator, apr_pool_t* pool )
svn_stringbuf_leftchop ( svn_stringbuf_t* str, apr_size_t nbytes )
svn_stringbuf_replace_all ( svn_stringbuf_t* str, char const* to_find, char const* replacement )

to the top

Problems with Data Types, Low Severity  8 


svn_delta.h
[+] struct svn_delta_editor_t  2 

svn_diff.h
[+] struct svn_patch_t  6 

to the top

Problems with Symbols, Low Severity  2 


svn_io.h, libsvn_subr-1.so.0.0.0
[+] svn_stringbuf_from_stream ( svn_stringbuf_t** str, svn_stream_t* stream, apr_size_t len_hint, apr_pool_t* result_pool )  1 

svn_x509.h, libsvn_subr-1.so.0.0.0
[+] svn_x509_certinfo_get_valid_to svn_x509_certinfo_t const* certinfo )  1 

to the top

Other Changes in Data Types  9 


svn_fs.h
[+] enum svn_fs_pack_notify_action_t  1 

svn_repos.h
[+] enum svn_repos_notify_action_t  2 

svn_wc.h
[+] enum svn_wc_notify_action_t  6 

to the top

Other Changes in Constants  5 


svn_fs.h
[+] SVN_FS_CONFIG_FSFS_CACHE_NODEPROPS
[+] SVN_FS_CONFIG_NO_FLUSH_TO_DISK

svn_ra.h
[+] SVN_RA_CAPABILITY_LIST

svn_ra_svn.h
[+] SVN_RA_SVN_CAP_LIST
[+] SVN_RA_SVN_CAP_SVNDIFF2_ACCEPTED

to the top

Header Files  44 


mod_authz_svn.h
mod_dav_svn.h
svn_auth.h
svn_base64.h
svn_cache_config.h
svn_checksum.h
svn_client.h
svn_cmdline.h
svn_compat.h
svn_config.h
svn_ctype.h
svn_dav.h
svn_delta.h
svn_diff.h
svn_dirent_uri.h
svn_dso.h
svn_error.h
svn_error_codes.h
svn_fs.h
svn_hash.h
svn_io.h
svn_iter.h
svn_md5.h
svn_mergeinfo.h
svn_nls.h
svn_opt.h
svn_path.h
svn_pools.h
svn_props.h
svn_quoprint.h
svn_ra.h
svn_ra_svn.h
svn_repos.h
svn_sorts.h
svn_string.h
svn_subst.h
svn_time.h
svn_types.h
svn_user.h
svn_utf.h
svn_version.h
svn_wc.h
svn_x509.h
svn_xml.h

to the top

Shared Libraries  16 


libsvn_auth_gnome_keyring-1.so.0.0.0
libsvn_client-1.so.0.0.0
libsvn_delta-1.so.0.0.0
libsvn_diff-1.so.0.0.0
libsvn_fs-1.so.0.0.0
libsvn_fs_base-1.so.0.0.0
libsvn_fs_fs-1.so.0.0.0
libsvn_fs_util-1.so.0.0.0
libsvn_fs_x-1.so.0.0.0
libsvn_ra-1.so.0.0.0
libsvn_ra_local-1.so.0.0.0
libsvn_ra_serf-1.so.0.0.0
libsvn_ra_svn-1.so.0.0.0
libsvn_repos-1.so.0.0.0
libsvn_subr-1.so.0.0.0
libsvn_wc-1.so.0.0.0

to the top



Test Info


Library Namesvn
Version #11.9
Version #2trunk
CPU Typex86_64
GCC Version7
SubjectSource Compatibility

Test Results


Total Header Files44
Total Shared Libraries16
Total Symbols / Types1509 / 992
Compatibility 100%

Problem Summary


SeverityCount
Added Symbols-80
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low6
Problems with
Symbols
High0
Medium0
Low1
Problems with
Constants
Low3
Other Changes
in Data Types
-9
Other Changes
in Symbols
-1
Other Changes
in Constants
-8

Added Symbols  80 


svn_base64.h
svn_base64_encode2 ( svn_stream_t* output, svn_boolean_t break_lines, apr_pool_t* pool )

svn_checksum.h
svn_checksum_ctx_reset svn_checksum_ctx_t* ctx )

svn_client.h
svn_client_conflict_get ( svn_client_conflict_t** conflict, char const* local_abspath, svn_client_ctx_t* ctx, apr_pool_t* result_pool, apr_pool_t* scratch_pool )
svn_client_conflict_get_conflicted ( svn_boolean_t* text_conflicted, apr_array_header_t** props_conflicted, svn_boolean_t* tree_conflicted, svn_client_conflict_t* conflict, apr_pool_t* result_pool, apr_pool_t* scratch_pool )
svn_client_conflict_get_incoming_change svn_client_conflict_t* conflict )
svn_client_conflict_get_incoming_new_repos_location ( char const** incoming_new_repos_relpath, svn_revnum_t* incoming_new_regrev, svn_node_kind_t* incoming_new_node_kind, svn_client_conflict_t* conflict, apr_pool_t* result_pool, apr_pool_t* scratch_pool )
svn_client_conflict_get_incoming_old_repos_location ( char const** incoming_old_repos_relpath, svn_revnum_t* incoming_old_regrev, svn_node_kind_t* incoming_old_node_kind, svn_client_conflict_t* conflict, apr_pool_t* result_pool, apr_pool_t* scratch_pool )
svn_client_conflict_get_local_abspath svn_client_conflict_t* conflict )
svn_client_conflict_get_local_change svn_client_conflict_t* conflict )
svn_client_conflict_get_operation svn_client_conflict_t* conflict )
svn_client_conflict_get_recommended_option_id svn_client_conflict_t* conflict )
svn_client_conflict_get_repos_info ( char const** repos_root_url, char const** repos_uuid, svn_client_conflict_t* conflict, apr_pool_t* result_pool, apr_pool_t* scratch_pool )
svn_client_conflict_option_find_by_id ( apr_array_header_t* options, svn_client_conflict_option_id_t option_id )
svn_client_conflict_option_get_description ( svn_client_conflict_option_t* option, apr_pool_t* result_pool )
svn_client_conflict_option_get_id svn_client_conflict_option_t* option )
svn_client_conflict_option_get_label ( svn_client_conflict_option_t* option, apr_pool_t* result_pool )
svn_client_conflict_option_get_moved_to_abspath_candidates ( apr_array_header_t** possible_moved_to_abspaths, svn_client_conflict_option_t* option, apr_pool_t* result_pool, apr_pool_t* scratch_pool )
svn_client_conflict_option_get_moved_to_repos_relpath_candidates ( apr_array_header_t** possible_moved_to_repos_relpaths, svn_client_conflict_option_t* option, apr_pool_t* result_pool, apr_pool_t* scratch_pool )
svn_client_conflict_option_set_merged_propval ( svn_client_conflict_option_t* option, svn_string_t const* merged_propval )
svn_client_conflict_option_set_moved_to_abspath ( svn_client_conflict_option_t* option, int preferred_move_target_idx, svn_client_ctx_t* ctx, apr_pool_t* scratch_pool )
svn_client_conflict_option_set_moved_to_repos_relpath ( svn_client_conflict_option_t* option, int preferred_move_target_idx, svn_client_ctx_t* ctx, apr_pool_t* scratch_pool )
svn_client_conflict_prop_get_description ( char const** description, svn_client_conflict_t* conflict, apr_pool_t* result_pool, apr_pool_t* scratch_pool )
svn_client_conflict_prop_get_propvals ( svn_string_t const** base_propval, svn_string_t const** working_propval, svn_string_t const** incoming_old_propval, svn_string_t const** incoming_new_propval, svn_client_conflict_t* conflict, char const* propname, apr_pool_t* result_pool )
svn_client_conflict_prop_get_reject_abspath svn_client_conflict_t* conflict )
svn_client_conflict_prop_get_resolution ( svn_client_conflict_t* conflict, char const* propname )
svn_client_conflict_prop_get_resolution_options ( apr_array_header_t** options, svn_client_conflict_t* conflict, svn_client_ctx_t* ctx, apr_pool_t* result_pool, apr_pool_t* scratch_pool )
svn_client_conflict_prop_resolve ( svn_client_conflict_t* conflict, char const* propname, svn_client_conflict_option_t* option, svn_client_ctx_t* ctx, apr_pool_t* scratch_pool )
svn_client_conflict_prop_resolve_by_id ( svn_client_conflict_t* conflict, char const* propname, svn_client_conflict_option_id_t option_id, svn_client_ctx_t* ctx, apr_pool_t* scratch_pool )
svn_client_conflict_text_get_contents ( char const** base_abspath, char const** working_abspath, char const** incoming_old_abspath, char const** incoming_new_abspath, svn_client_conflict_t* conflict, apr_pool_t* result_pool, apr_pool_t* scratch_pool )
svn_client_conflict_text_get_mime_type svn_client_conflict_t* conflict )
svn_client_conflict_text_get_resolution svn_client_conflict_t* conflict )
svn_client_conflict_text_get_resolution_options ( apr_array_header_t** options, svn_client_conflict_t* conflict, svn_client_ctx_t* ctx, apr_pool_t* result_pool, apr_pool_t* scratch_pool )
svn_client_conflict_text_resolve ( svn_client_conflict_t* conflict, svn_client_conflict_option_t* option, svn_client_ctx_t* ctx, apr_pool_t* scratch_pool )
svn_client_conflict_text_resolve_by_id ( svn_client_conflict_t* conflict, svn_client_conflict_option_id_t option_id, svn_client_ctx_t* ctx, apr_pool_t* scratch_pool )
svn_client_conflict_tree_get_description ( char const** incoming_change_description, char const** local_change_description, svn_client_conflict_t* conflict, svn_client_ctx_t* ctx, apr_pool_t* result_pool, apr_pool_t* scratch_pool )
svn_client_conflict_tree_get_details ( svn_client_conflict_t* conflict, svn_client_ctx_t* ctx, apr_pool_t* scratch_pool )
svn_client_conflict_tree_get_resolution svn_client_conflict_t* conflict )
svn_client_conflict_tree_get_resolution_options ( apr_array_header_t** options, svn_client_conflict_t* conflict, svn_client_ctx_t* ctx, apr_pool_t* result_pool, apr_pool_t* scratch_pool )
svn_client_conflict_tree_get_victim_node_kind svn_client_conflict_t* conflict )
svn_client_conflict_tree_resolve ( svn_client_conflict_t* conflict, svn_client_conflict_option_t* option, svn_client_ctx_t* ctx, apr_pool_t* scratch_pool )
svn_client_conflict_tree_resolve_by_id ( svn_client_conflict_t* conflict, svn_client_conflict_option_id_t option_id, svn_client_ctx_t* ctx, apr_pool_t* scratch_pool )
svn_client_conflict_walk ( char const* local_abspath, svn_depth_t depth, svn_client_conflict_walk_func_t conflict_walk_func, void* conflict_walk_func_baton, svn_client_ctx_t* ctx, apr_pool_t* scratch_pool )
svn_client_list4 ( char const* path_or_url, svn_opt_revision_t const* peg_revision, svn_opt_revision_t const* revision, apr_array_header_t const* patterns, svn_depth_t depth, apr_uint32_t dirent_fields, svn_boolean_t fetch_locks, svn_boolean_t include_externals, svn_client_list_func2_t list_func, void* baton, svn_client_ctx_t* ctx, apr_pool_t* scratch_pool )

svn_delta.h
svn_txdelta_to_svndiff_stream ( svn_txdelta_stream_t* txstream, int svndiff_version, int compression_level, apr_pool_t* pool )

svn_diff.h
svn_diff_get_binary_diff_original_stream ( svn_diff_binary_patch_t const* bpatch, apr_pool_t* result_pool )
svn_diff_get_binary_diff_result_stream ( svn_diff_binary_patch_t const* bpatch, apr_pool_t* result_pool )

svn_fs.h
svn_fs_create2 svn_fs_t** fs_p, char const* path, apr_hash_t* fs_config, apr_pool_t* result_pool, apr_pool_t* scratch_pool )
svn_fs_get_mergeinfo3 ( svn_fs_root_t* root, apr_array_header_t const* paths, svn_mergeinfo_inheritance_t inherit, svn_boolean_t include_descendants, svn_boolean_t adjust_inherited_mergeinfo, svn_fs_mergeinfo_receiver_t receiver, void* baton, apr_pool_t* scratch_pool )
svn_fs_path_change3_create ( svn_fs_path_change_kind_t change_kind, apr_pool_t* result_pool )
svn_fs_path_change3_dup ( svn_fs_path_change3_t* change, apr_pool_t* result_pool )
svn_fs_path_change_get ( svn_fs_path_change3_t** change, svn_fs_path_change_iterator_t* iterator )
svn_fs_paths_changed3 ( svn_fs_path_change_iterator_t** iterator, svn_fs_root_t* root, apr_pool_t* result_pool, apr_pool_t* scratch_pool )
svn_fs_refresh_revision_props svn_fs_t* fs, apr_pool_t* scratch_pool )
svn_fs_revision_prop2 ( svn_string_t** value_p, svn_fs_t* fs, svn_revnum_t rev, char const* propname, svn_boolean_t refresh, apr_pool_t* result_pool, apr_pool_t* scratch_pool )
svn_fs_revision_proplist2 ( apr_hash_t** table_p, svn_fs_t* fs, svn_revnum_t rev, svn_boolean_t refresh, apr_pool_t* result_pool, apr_pool_t* scratch_pool )

svn_io.h
svn_io_file_get_offset ( apr_off_t* offset_p, apr_file_t* file, apr_pool_t* pool )
svn_io_file_rename2 ( char const* from_path, char const* to_path, svn_boolean_t flush_to_disk, apr_pool_t* pool )
svn_io_file_size_get ( svn_filesize_t* filesize_p, apr_file_t* file, apr_pool_t* pool )
svn_io_write_atomic2 ( char const* final_path, void const* buf, apr_size_t nbytes, char const* copy_perms_path, svn_boolean_t flush_to_disk, apr_pool_t* scratch_pool )
svn_stream_contents_checksum ( svn_checksum_t** checksum, svn_stream_t* stream, svn_checksum_kind_t kind, apr_pool_t* result_pool, apr_pool_t* scratch_pool )
svn_stream_for_stdin2 ( svn_stream_t** in, svn_boolean_t buffered, apr_pool_t* pool )
svn_stream_set_readline ( svn_stream_t* stream, svn_stream_readline_fn_t readline_fn )
svn_stream_supports_reset svn_stream_t* stream )
svn_string_from_stream2 ( svn_string_t** result, svn_stream_t* stream, apr_size_t len_hint, apr_pool_t* result_pool )

svn_ra.h
svn_ra_list ( svn_ra_session_t* session, char const* path, svn_revnum_t revision, apr_array_header_t const* patterns, svn_depth_t depth, apr_uint32_t dirent_fields, svn_ra_dirent_receiver_t receiver, void* receiver_baton, apr_pool_t* scratch_pool )

svn_ra_svn.h
svn_ra_svn_create_conn5 ( apr_socket_t* sock, svn_stream_t* in_stream, svn_stream_t* out_stream, int compression_level, apr_size_t zero_copy_limit, apr_size_t error_check_interval, apr_uint64_t max_in, apr_uint64_t max_out, apr_pool_t* result_pool )

svn_repos.h
svn_repos_authz_initialize apr_pool_t* pool )
svn_repos_authz_read3 ( svn_authz_t** authz_p, char const* path, char const* groups_path, svn_boolean_t must_exist, svn_repos_t* repos_hint, apr_pool_t* result_pool, apr_pool_t* scratch_pool )
svn_repos_dump_fs4 ( svn_repos_t* repos, svn_stream_t* stream, svn_revnum_t start_rev, svn_revnum_t end_rev, svn_boolean_t incremental, svn_boolean_t use_deltas, svn_boolean_t include_revprops, svn_boolean_t include_changes, svn_repos_notify_func_t notify_func, void* notify_baton, svn_cancel_func_t cancel_func, void* cancel_baton, apr_pool_t* pool )
svn_repos_fs_get_mergeinfo2 ( svn_repos_t* repos, apr_array_header_t const* paths, svn_revnum_t revision, svn_mergeinfo_inheritance_t inherit, svn_boolean_t include_descendants, svn_repos_authz_func_t authz_read_func, void* authz_read_baton, svn_repos_mergeinfo_receiver_t receiver, void* receiver_baton, apr_pool_t* scratch_pool )
svn_repos_get_logs5 ( svn_repos_t* repos, apr_array_header_t const* paths, svn_revnum_t start, svn_revnum_t end, int limit, svn_boolean_t strict_node_history, svn_boolean_t include_merged_revisions, apr_array_header_t const* revprops, svn_repos_authz_func_t authz_read_func, void* authz_read_baton, svn_repos_path_change_receiver_t path_change_receiver, void* path_change_receiver_baton, svn_repos_log_entry_receiver_t revision_receiver, void* revision_receiver_baton, apr_pool_t* scratch_pool )
svn_repos_list ( svn_fs_root_t* root, char const* path, apr_array_header_t const* patterns, svn_depth_t depth, svn_boolean_t path_info_only, svn_repos_authz_func_t authz_read_func, void* authz_read_baton, svn_repos_dirent_receiver_t receiver, void* receiver_baton, svn_cancel_func_t cancel_func, void* cancel_baton, apr_pool_t* scratch_pool )
svn_repos_load_fs_revprops ( svn_repos_t* repos, svn_stream_t* dumpstream, svn_revnum_t start_rev, svn_revnum_t end_rev, svn_boolean_t validate_props, svn_boolean_t ignore_dates, svn_repos_notify_func_t notify_func, void* notify_baton, svn_cancel_func_t cancel_func, void* cancel_baton, apr_pool_t* scratch_pool )
svn_repos_log_entry_create apr_pool_t* result_pool )
svn_repos_log_entry_dup ( svn_repos_log_entry_t const* log_entry, apr_pool_t* result_pool )
svn_repos_path_change_create apr_pool_t* result_pool )
svn_repos_path_change_dup ( svn_repos_path_change_t* change, apr_pool_t* result_pool )

svn_string.h
svn_cstring_join2 ( apr_array_header_t const* strings, char const* separator, svn_boolean_t trailing_separator, apr_pool_t* pool )
svn_stringbuf_leftchop ( svn_stringbuf_t* str, apr_size_t nbytes )
svn_stringbuf_replace_all ( svn_stringbuf_t* str, char const* to_find, char const* replacement )

to the top

Problems with Data Types, Low Severity  6 


svn_delta.h
[+] struct svn_delta_editor_t  1 

svn_diff.h
[+] struct svn_patch_t  5 

to the top

Problems with Symbols, Low Severity  1 


svn_x509.h
[+] svn_x509_certinfo_get_valid_to svn_x509_certinfo_t const* certinfo )  1 

to the top

Problems with Constants, Low Severity  3 


svn_version.h
[+] SVN_VER_MICRO
[+] SVN_VER_MINOR
[+] SVN_VER_PATCH

to the top

Other Changes in Data Types  9 


svn_fs.h
[+] enum svn_fs_pack_notify_action_t  1 

svn_repos.h
[+] enum svn_repos_notify_action_t  2 

svn_wc.h
[+] enum svn_wc_notify_action_t  6 

to the top

Other Changes in Symbols  1 


svn_io.h
[+] svn_stringbuf_from_stream ( svn_stringbuf_t** str, svn_stream_t* stream, apr_size_t len_hint, apr_pool_t* result_pool )  1 

to the top

Other Changes in Constants  8 


svn_dav.h
[+] SVN_DAV_NS_DAV_SVN_PUT_RESULT_CHECKSUM
[+] SVN_DAV_NS_DAV_SVN_SVNDIFF1
[+] SVN_DAV_NS_DAV_SVN_SVNDIFF2

svn_fs.h
[+] SVN_FS_CONFIG_FSFS_CACHE_NODEPROPS
[+] SVN_FS_CONFIG_NO_FLUSH_TO_DISK

svn_ra.h
[+] SVN_RA_CAPABILITY_LIST

svn_ra_svn.h
[+] SVN_RA_SVN_CAP_LIST
[+] SVN_RA_SVN_CAP_SVNDIFF2_ACCEPTED

to the top

Header Files  44 


mod_authz_svn.h
mod_dav_svn.h
svn_auth.h
svn_base64.h
svn_cache_config.h
svn_checksum.h
svn_client.h
svn_cmdline.h
svn_compat.h
svn_config.h
svn_ctype.h
svn_dav.h
svn_delta.h
svn_diff.h
svn_dirent_uri.h
svn_dso.h
svn_error.h
svn_error_codes.h
svn_fs.h
svn_hash.h
svn_io.h
svn_iter.h
svn_md5.h
svn_mergeinfo.h
svn_nls.h
svn_opt.h
svn_path.h
svn_pools.h
svn_props.h
svn_quoprint.h
svn_ra.h
svn_ra_svn.h
svn_repos.h
svn_sorts.h
svn_string.h
svn_subst.h
svn_time.h
svn_types.h
svn_user.h
svn_utf.h
svn_version.h
svn_wc.h
svn_x509.h
svn_xml.h

to the top

Shared Libraries  16 


libsvn_auth_gnome_keyring-1.so.0.0.0
libsvn_client-1.so.0.0.0
libsvn_delta-1.so.0.0.0
libsvn_diff-1.so.0.0.0
libsvn_fs-1.so.0.0.0
libsvn_fs_base-1.so.0.0.0
libsvn_fs_fs-1.so.0.0.0
libsvn_fs_util-1.so.0.0.0
libsvn_fs_x-1.so.0.0.0
libsvn_ra-1.so.0.0.0
libsvn_ra_local-1.so.0.0.0
libsvn_ra_serf-1.so.0.0.0
libsvn_ra_svn-1.so.0.0.0
libsvn_repos-1.so.0.0.0
libsvn_subr-1.so.0.0.0
libsvn_wc-1.so.0.0.0

to the top