You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2010/11/24 12:33:59 UTC

svn commit: r1038558 - /subversion/trunk/subversion/svn/notify.c

Author: julianfoad
Date: Wed Nov 24 11:33:58 2010
New Revision: 1038558

URL: http://svn.apache.org/viewvc?rev=1038558&view=rev
Log:
Fix issue #3746: Inaccurate "Updated to revision" when updating multiple
targets.

* subversion/svn/notify.c (notify): For each target, reset
  received_some_change variable.

Patch by: Noorul Islam K M <noorul{_AT_}collab.net>

Modified:
    subversion/trunk/subversion/svn/notify.c

Modified: subversion/trunk/subversion/svn/notify.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/notify.c?rev=1038558&r1=1038557&r2=1038558&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/notify.c (original)
+++ subversion/trunk/subversion/svn/notify.c Wed Nov 24 11:33:58 2010
@@ -587,6 +587,7 @@ notify(void *baton, const svn_wc_notify_
                   {
                     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")