[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Fix deprecated warnings of 'svn_path_basename' usage

From: Senthil Kumaran S <senthil_at_collab.net>
Date: Mon, 06 Apr 2009 17:12:43 +0530

Hi,

I am attaching a patch which fixes deprecated warnings of 'svn_path_basename'
usage.

[[[
Fix deprecated warning of 'svn_path_basename' usage.

* subversion/mod_dav_svn/repos.c
  (dav_svn_split_uri, get_resource): Include svn_dirent_uri.h and fix usage
   of deprecated function 'svn_path_basename'.

* subversion/mod_dav_svn/authz.c
  (authz_read): Same.

* subversion/mod_dav_svn/reports/update.c
  (make_child_baton, absent_helper, upd_delete_entry): Same.

* subversion/svn/merge-cmd.c
  (svn_cl__merge): Same.

* subversion/svn/tree-conflicts.c
  (svn_cl__get_human_readable_tree_conflict_description,
   svn_cl__append_tree_conflict_info_xml): Same.

* subversion/svn/export-cmd.c
  (svn_cl__export): Same.

* subversion/svn/info-cmd.c
  (print_info): Same.

* subversion/libsvn_client/repos_diff.c
  (absent_directory, absent_file): Same.

* subversion/libsvn_client/patch.c
  (merge_file_added): Same.

* subversion/libsvn_client/copy.c
  (try_copy, svn_client_copy5, svn_client_move5): Same.

* subversion/libsvn_client/mergeinfo.c
  (svn_client__get_wc_mergeinfo, svn_client__elide_children,
   svn_client__elide_children): Same.

* subversion/svnlook/main.c
  (print_tree): Same.

* subversion/libsvn_ra_neon/props.c
  (svn_ra_neon__search_for_starting_props): Same.

* subversion/libsvn_ra_neon/commit.c
  (commit_delete_entry, commit_add_dir, commit_open_dir,
   commit_add_file, commit_open_file): Same.

* subversion/libsvn_ra_neon/fetch.c
  (svn_ra_neon__get_dir): Same.

* subversion/libsvn_repos/reporter.c
  (fake_dirent): Same.

* subversion/libsvn_repos/node_tree.c
  (delete_entry, add_open_helper): Same.

* subversion/libsvn_repos/commit.c
  (svn_repos_get_commit_editor5): Same.

* subversion/svnserve/serve.c
  (find_repos): Same.
]]]

Thank You.

-- 
Senthil Kumaran S
http://www.stylesen.org/
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1560887

Received on 2009-04-06 13:42:59 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.