You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Noorul Islam K M <no...@collab.net> on 2010/11/19 12:27:03 UTC

[PATCH] Fix for issue 3746

Log 

[[[

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 and Regards
Noorul


Re: [PATCH] Fix for issue 3746

Posted by Julian Foad <ju...@wandisco.com>.
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")