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

[PATCH] Fix for issue 3746

From: Noorul Islam K M <noorul_at_collab.net>
Date: Fri, 19 Nov 2010 17:57:03 +0530

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")
Received on 2010-11-19 13:29:40 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.