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

Re: [PATCH] print conflict statistics after update/merge

From: Stefan Sperling <stsp_at_elego.de>
Date: Fri, 17 Oct 2008 15:44:05 +0100

On Fri, Oct 17, 2008 at 03:35:27PM +0100, Stefan Sperling wrote:
> Index: subversion/svn/notify.c
> ===================================================================

> @@ -323,10 +461,12 @@ notify(void *baton, const svn_wc_notify_t *n, apr_
>
> case svn_wc_notify_status_completed:
> if (SVN_IS_VALID_REVNUM(n->revision))
> - if ((err = svn_cmdline_printf(pool,
> - _("Status against revision: %6ld\n"),
> - n->revision)))
> - goto print_error;
> + {
> + if ((err = svn_cmdline_printf(pool,
> + _("Status against revision: %6ld\n"),
> + n->revision)))
> + goto print_error;
> + }
> break;
>
> case svn_wc_notify_commit_modified:

The above hunk made it into the diff by accident (it's an artifact
of failed experiments with stat reporting during 'status').

I'll get rid of it before committing.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-10-17 16:44:39 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.