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

Re: svn commit: r38644 - trunk/subversion/libsvn_client

From: Greg Stein <gstein_at_gmail.com>
Date: Sun, 9 Aug 2009 13:41:13 +0200

On Sun, Aug 9, 2009 at 02:25, Bert Huijben<rhuijben_at_sharpsvn.net> wrote:
>...
> +++ trunk/subversion/libsvn_client/externals.c  Sat Aug  8 17:25:46 2009        (r38644)
> @@ -1016,18 +1016,26 @@ handle_external_item_change_wrapper(cons
>  {
>   struct handle_external_item_change_baton *ib = baton;
>   svn_error_t *err = handle_external_item_change(key, klen, status, baton);
> -  if (err && ib->ctx->notify_func2)
> +
> +  if (err && err->apr_err != SVN_ERR_CANCELLED)

I think the second term is reversed. Shouldn't that be == CANCELLED ?

>...

Cheers,
-g

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2381820
Received on 2009-08-09 13:41:31 CEST

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.