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

Re: [PATCH] Fix for issue 3746

From: Julian Foad <julian.foad_at_wandisco.com>
Date: Wed, 24 Nov 2010 11:36:07 +0000

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")
Received on 2010-11-24 12:36:47 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.