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

Re: svn commit: r39259 - in trunk/subversion: include/private libsvn_client libsvn_wc

From: Greg Stein <gstein_at_gmail.com>
Date: Sun, 13 Sep 2009 00:43:03 -0400

On Sat, Sep 12, 2009 at 17:19, Hyrum K. Wright <hyrum_at_hyrumwright.org> wrote:
>...
> +++ trunk/subversion/libsvn_client/merge.c      Sat Sep 12 14:19:50 2009        (r39259)
> @@ -9021,8 +9021,6 @@ svn_client_merge_reintegrate(const char
>   svn_mergeinfo_t unmerged_to_source_mergeinfo_catalog;
>   svn_boolean_t use_sleep = FALSE;
>   svn_error_t *err;
> -  static const svn_wc__node_walk_callbacks_t walk_callbacks =
> -    { get_subtree_mergeinfo_walk_cb, get_mergeinfo_error_handler };

You may want to write some code to ignore errors, per
get_mergeinfo_error_handler.

>...
> +++ trunk/subversion/libsvn_wc/update_editor.c  Sat Sep 12 14:19:50 2009        (r39259)
>...
> @@ -1496,7 +1494,7 @@ tree_has_local_mods(svn_boolean_t *modif
>
>   SVN_ERR(svn_wc__internal_walk_children(db, local_abspath,
>                                          FALSE /* show_hidden */,
> -                                         &modcheck_callbacks, &modcheck_baton,
> +                                         &modcheck_found_node, &modcheck_baton,

"&" is not needed for the function.

>...

Cheers,
-g

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2394166
Received on 2009-09-13 06:43:26 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.