Arwin Arni <arwin@collab.net> (arwin)
Patch |
Suggested |
r1426138,
r1367003,
r1367002,
r1204374,
r1158171,
r1148764,
r1148749,
r1146776,
r1142609,
r1141447,
r1140482,
r1140046,
r1140025,
r1124283,
r1102690,
r1099836,
r1099758,
r1095662,
r1086537,
r1081390,
r1069821,
r1069791,
r1064093,
r1060836,
r1055463,
r1054090,
r1053833,
r1049819,
r1032610 |
r1495432 |
r1032610 | kameshj | 2010-11-08 15:46:00 +0000 (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>
r1049819 | kameshj | 2010-12-16 08:45:46 +0000 (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>
r1053833 | kameshj | 2010-12-30 09:10:08 +0000 (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>
r1054090 | kameshj | 2010-12-31 11:07:08 +0000 (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>
r1055463 | philip | 2011-01-05 14:15:39 +0000 (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>
r1060836 | cmpilato | 2011-01-19 15:29:56 +0000 (Wed, 19 Jan 2011)
Changed some function names to better describe their behavior.
* subversion/libsvn_repos/authz.c
(authz_get_any_access): Renamed from authz_get_global_access(), and
added an explanatory comment. Callers updated.
(authz_get_any_access_parser_cb): Renamed from
authz_global_parse_section(). Callers updated.
Patch by: Arwin Arni <arwin{_AT_}collab.net>
(Tweaked by me.)
r1064093 | kameshj | 2011-01-27 11:41:43 +0000 (Thu, 27 Jan 2011)
Fix for Issue #3781 repo prefix rules in authz section is checked case
sensitively for write operations
* subversion/libsvn_repos/authz.c
(authz_get_any_access_parser_cb): Use strncasecmp() instead of strncmp()
Patch by: me
Arwin Arni <arwin{_AT_}collab.net>
Reverted in r1064729
r1069791 | kameshj | 2011-02-11 13:18:15 +0000 (Fri, 11 Feb 2011)
Fix Issue #3781 (Case sensitive authz).
* subversion/tests/cmdline/authz_tests.py
(case_sensitive_authz): Removed XFail decorator.
* subversion/include/svn_config.h
(svn_config_create) : Documented new parameter.
(svn_config_read) : Deprecated.
(svn_config_read2) : New function prototype, updated documentation.
* subversion/libsvn_subr/config_impl.h
(svn_config_t): Added a new boolean called section_names_case_sensitive.
* subversion/libsvn_subr/deprecated.c
(svn_config_read): New function that calls svn_config_read2
with section_names_case_sensitive as FALSE.
* subversion/libsvn_subr/config.c
(svn_config_create): Added a parameter section_names_case_sensitive
which is used to initialize the config.
(find_option,
svn_config_set) : Added logic to make section names case sensitive.
(svn_config_read) : Deprecated.
(svn_config_read2) : New function that deprecates svn_config_read.
Accepts a boolean section_names_case_sensitive,
and populates the section names case sensitively
if TRUE.
* subversion/libsvn_repos/authz.c
(svn_repos_authz_read) : Fixed the caller with
section_names_case_sensitive as TRUE.
* subversion/tests/cmdline/atomic-ra-revprop-change.c
(construct_config) : Fixed call of svn_config_create.
Patch by: Arwin Arni <arwin{_AT_}collab.net>
r1069821 | kameshj | 2011-02-11 14:44:13 +0000 (Fri, 11 Feb 2011)
Follow-up to r1069791. Fix deprecated calls of svn_config_read.
* subversion/libsvn_subr/config.c
(read_all, svn_config_merge):
* subversion/tests/libsvn_subr/cache-test.c
(test_memcache_basic, test_memcache_longkey):
* subversion/tests/libsvn_subr/config-test.c
(test_text_retrieval, test_boolean_retrieval, test_has_section):
* subversion/svnserve/serve.c
(load_configs):
* subversion/libsvn_fs_fs/fs_fs.c
(read_config):
Fixed callers.
Patch by: Arwin Arni <arwin{_AT_}collab.net>
r1081390 | kameshj | 2011-03-14 14:24:58 +0000 (Mon, 14 Mar 2011)
Adds an XFail test to catch regression created by r1075802
* subversion/tests/cmdline/merge_tests.py
(dry_run_merge_conflicting_binary): New XFail testcase.
(test_list): Add dry_run_merge_conflicting_binary.
Patch by: Arwin Arni <arwin{_AT_}collab.net>
r1086537 | danielsh | 2011-03-29 10:20:43 +0000 (Tue, 29 Mar 2011)
* get-deps.sh:
Bump serf version to 0.7.1.
Patch by: Arwin Arni <arwin{_AT_}collab.net>
r1095662 | kameshj | 2011-04-21 11:42:32 +0000 (Thu, 21 Apr 2011)
* subversion/tests/cmdline/dav-mirror-autocheck.sh:
Add a test-case to showcase an out-of-date slave related issue #3680.
Patch by: Arwin Arni <arwin{_AT_}collab.net>
r1099758 | rhuijben | 2011-05-05 11:38:39 +0000 (Thu, 05 May 2011)
* subversion/libsvn_ra/util.c
(svn_ra__release_operational_lock): Handle a previously unhandled error.
Patch by: Arwin Arni <arwin{_AT_}collab.net>
(tweaked by me)
r1099836 | philip | 2011-05-05 15:07:22 +0000 (Thu, 05 May 2011)
Add XFAIL test for issue 3870, sync from ra_serf to ra_local.
* subversion/tests/cmdline/svnsync_tests.py
(setup_and_sync): Modified to accept two bools 'is_src_ra_local' and
'is_dest_ra_local' to sync from or to local URLs.
(run_test): Percolate is_src_ra_local and is_dest_ra_local.
Fix call of setup_and_sync.
(fd_leak_sync_from_serf_to_local): New.
* subversion/tests/cmdline/svnsync_tests_data/largemods.dump: New.
Patch by: Arwin Arni <arwin{_AT_}collab.net>
r1102690 | kameshj | 2011-05-13 12:22:15 +0000 (Fri, 13 May 2011)
Fix for issue3870 "File descriptor leaks during svnsync".
Before this fix, all of destination delta editor's interfaces
are called with *LONG* living pool(dst_rev_pool living for one full revision).
This makes it a memory bloat and bloat of other OS resources like
file descriptors to live as long the dst_rev_pool.
* subversion/libsvn_ra_serf/replay.c
(replay_context_t.file_pool): New pool of file scope.
(start_replay): clear the file_pool.
Use file_pool for dest editor's file operations.
(end_replay): Use file_pool for dest editor's file operations.
(svn_ra_serf__replay, svn_ra_serf__replay_range):
Create a new pool 'replay_ctx->file_pool'.
* subversion/tests/cmdline/svnsync_tests.py
(fd_leak_sync_from_serf_to_local): Remove XFail marker.
Patch by: kameshj
Arwin Arni <arwin{_AT_}collab.net>
r1124283 | pburba | 2011-05-18 14:33:11 +0000 (Wed, 18 May 2011)
Add a test for issue #3867 'reintegrate merges create mergeinfo for
non-existent paths'
* subversion/tests/cmdline/merge_reintegrate_tests.py
(reintegrate_creates_bogus_mergeinfo) : New XFail test for Issue #3867.
Patch by: Arwin Arni <arwin{_AT_}collab.net>
(tweaked by me)
r1140025 | arwin | 2011-06-27 06:45:01 +0000 (Mon, 27 Jun 2011)
* COMMITTERS : Add arwin as a partial committer (svn-bisect branch)
r1140046 | arwin | 2011-06-27 08:20:10 +0000 (Mon, 27 Jun 2011)
Creating the svn-bisect branch.
r1140482 | arwin | 2011-06-28 08:43:40 +0000 (Tue, 28 Jun 2011)
Added a branch readme.
* BRANCH-README : New file.
r1141447 | arwin | 2011-06-30 08:58:11 +0000 (Thu, 30 Jun 2011)
Added branch milestones document.
* BRANCH-MILESTONES : New file.
r1142609 | arwin | 2011-07-04 10:34:39 +0000 (Mon, 04 Jul 2011)
Remove empty BRANCH-MILESTONES file.
r1146776 | arwin | 2011-07-14 16:11:37 +0000 (Thu, 14 Jul 2011)
Marked task 1.1 as started in the branch-readme file.
r1148749 | arwin | 2011-07-20 13:06:00 +0000 (Wed, 20 Jul 2011)
Merging r1140046 through r1148712 from trunk to svn-bisect branch
r1148764 | arwin | 2011-07-20 13:40:16 +0000 (Wed, 20 Jul 2011)
Added initial non-functional implementation.
* subversion/svn/cl.h
Declared svn_opt_subcommand_t svn_cl__bisect
* subversion/svn/bisect-cmd.c
New file with skeletal implementation.
* subversion/svn/main.c
(svn_cl__cmd_table): Added bisect to the array.
* subversion/include/svn_client.h
Added svn_client_bisect
* subversion/libsvn_client/bisect.c
New file with skeletal implementation.
r1158171 | arwin | 2011-08-16 09:38:37 +0000 (Tue, 16 Aug 2011)
Merging r1148713 through r1158163 from trunk to svn-bisect branch
r1204374 | arwin | 2011-11-21 07:07:56 +0000 (Mon, 21 Nov 2011)
Merging r1158164 through r1204362 from trunk to branch svn-bisect
r1367002 | arwin | 2012-07-30 06:39:28 +0000 (Mon, 30 Jul 2012)
Merging r1204362 to r1295003 from trunk to svn-bisect branch.
r1367003 | arwin | 2012-07-30 06:42:28 +0000 (Mon, 30 Jul 2012)
Merging r1295003 to r1367002 from trunk to svn-bisect branch.
r1426138 | breser | 2012-12-27 07:34:02 +0000 (Thu, 27 Dec 2012)
* subversion/CHANGES: Fixed a typo. (r139917 is r1399174)
Patch by: Arwin Arni <arwin{_AT_}collab.net>
r1495432 | danielsh | 2013-06-21 13:37:37 +0000 (Fri, 21 Jun 2013)
* subversion/libsvn_repos/fs-wrap.c
(svn_repos__validate_prop): Consider NULL a valid value, to allow
deleting non-regular props from historical repositories that have them.
Suggested by: Arwin Arni
(along with a patch)