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
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")