On Fri, 2010-11-19, Noorul Islam K M wrote:
> Fix for issue #3746: 
> 
> * subversion/svn/notify.c (notify): For each target, reset
>   received_some_change variable.
> 
> Patch by: Noorul Islam K M <noorul{_AT_}collab.net>

Thanks.  Committed in r1038558, and I closed issue #3746.

- Julian


> Index: subversion/svn/notify.c
> ===================================================================
> --- subversion/svn/notify.c   (revision 1036425)
> +++ subversion/svn/notify.c   (working copy)
> @@ -575,6 +575,7 @@
>                    {
>                      if (nb->received_some_change)
>                        {
> +                        nb->received_some_change = FALSE;
>                          if ((err = svn_cmdline_printf
>                               (pool, nb->in_external
>                                ? _("Updated external to revision %ld.\n")


Reply via email to