Arwin Arni <arwin_at_collab.net>


Patch
r1055463, r1054090, r1053833, r1049819, r1032610

r1055463 | philip | 2011-01-05 08:15:39 -0600 (Wed, 05 Jan 2011)

Removed a redundant member (skip_descendants) from the dir baton, the
skip_this flag is sufficient.

* subversion/libsvn_wc/update_editor.c
  (struct dir_baton): Removed 'skip_descendants'.
  (open_root, delete_entry, open_file, add_directory,
   open_directory): Removed unreachable code.

Patch by: Arwin Arni <arwin_at_collab.net>


r1054090 | kameshj | 2010-12-31 05:07:08 -0600 (Fri, 31 Dec 2010)

Adds an XFail test of wc-upgrade(1.6-wc+scheduled_change to 1.7-wc).

* subversion/tests/cmdline/upgrade_tests_data/upgrade_with_scheduled_change.tar.bz2
  New file.

* subversion/tests/cmdline/upgrade_tests.py
  (upgrade_with_scheduled_change): New XFail testcase.

Patch by: Arwin Arni <arwin{_AT_}collab.net>


r1053833 | kameshj | 2010-12-30 03:10:08 -0600 (Thu, 30 Dec 2010)

Removed unused function parameters.

* subversion/libsvn_wc/update_editor.c
  (accumulate_last_change): Removed 'svn_wc__db_t *db'
   and 'const char *local_abspath' from function signature.
  (close_directory, close_file, svn_wc_add_repos_file4): Adjust for above
   change.

Patch by: Arwin Arni <arwin{_AT_}collab.net>


r1049819 | kameshj | 2010-12-16 02:45:46 -0600 (Thu, 16 Dec 2010)

Removed a redundant member (added_with_history) from the file baton
and removed *relevent* unreachable code.  A follow-up to r998193.

* subversion/libsvn_wc/update_editor.c
  (struct file_baton): Removed 'added_with_history'.
  (merge_file, close_file): Removed unreachable code.

Patch by: Arwin Arni <arwin{_AT_}collab.net>


r1032610 | kameshj | 2010-11-08 09:46:00 -0600 (Mon, 08 Nov 2010)

Improved the documentation of deprecated functions by providing links
to the deprecating functions.

* subversion/include/svn_path.h
  (svn_path_internal_style, svn_path_local_style,
   svn_path_join, svn_path_join_many,
   svn_path_basename, svn_path_dirname,
   svn_path_split, svn_path_canonicalize,
   svn_path_is_canonical, svn_path_get_longest_ancestor,
   svn_path_get_absolute, svn_path_split,
   svn_path_condense_targets, svn_path_is_child,
   svn_path_is_ancestor, svn_path_url_add_component): Provide reference to 
   deprecating functions.

Patch by: Arwin Arni <arwin{_AT_}collab.net>