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

[PATCH] Followup to r29374.

From: Senthil Kumaran S <senthil_at_collab.net>
Date: Fri, 22 Feb 2008 17:53:42 +0530

Hi,

I am attaching a patch along with this email which is a follow-up to r29374,
which is to Use a svn_mergeinfo_t for (apr_hash_t *).

[[[
Use a svn_mergeinfo_t for (apr_hash_t *). Followup to r29374.

* subversion/libsvn_wc/props.c
   (svn_wc_canonicalize_svn_prop): Use svn_mergeinfo_t, not apr_hash_t.

* subversion/libsvn_client/merge.c
   (merge_cmd_baton_t): Same.

* subversion/libsvn_client/diff.c
   (display_mergeinfo_diff): Same.

* subversion/libsvn_client/copy.c
   (calculate_target_mergeinfo, extend_wc_mergeinfo, repos_to_wc_copy_single,
    propagate_mergeinfo_within_wc, repos_to_repos_copy, wc_to_repos_copy): Same.

* subversion/libsvn_client/mergeinfo.c
   (svn_client__elide_mergeinfo_for_tree): Same.

* subversion/libsvn_client/mergeinfo.h
   (svn_client__elide_mergeinfo_for_tree): Same.

* subversion/bindings/swig/core.i
   (MERGEINFO, MERGEINFO_INOUT, MERGEINFO_HASH, svn_swig_mergeinfo_merge,
    svn_swig_mergeinfo_sort): Same.

* subversion/libsvn_ra_serf/ra_serf.h
   (svn_ra_serf__get_mergeinfo): Same.

* subversion/libsvn_ra_neon/ra_neon.h
   (svn_ra_neon__get_mergeinfo): Same.

* subversion/svndumpfilter/main.c
   (adjust_mergeinfo): Same.

* subversion/tests/libsvn_subr/mergeinfo-test.c
   (test_mergeinfo_dup, test_diff_mergeinfo, test_mergeinfo_intersect,
    rev_array_to_rangelist): Same.

* subversion/tests/libsvn_client/client-test.c
   (test_elide_mergeinfo_catalog): Same.

* subversion/libsvn_repos/load.c
   (prefix_mergeinfo_paths, renumber_mergeinfo_revs): Same.

* subversion/libsvn_repos/log.c
   (get_merged_rev_mergeinfo): Same.

* subversion/libsvn_repos/rev_hunt.c
   (get_path_mergeinfo, is_path_in_hash, get_merged_mergeinfo): Same.

Patch by: stylesen
]]]

-- 
Senthil Kumaran S
http://www.stylesen.org/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org

Received on 2008-02-22 13:24:00 CET

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.