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

Re: svn commit: r26920 - in trunk/subversion: include libsvn_client libsvn_subr libsvn_wc svn tests/cmdline tests/cmdline/svntest

From: Eric Gillespie <epg_at_google.com>
Date: 2007-10-04 03:05:28 CEST

"Paul Burba" <pburba@collab.net> writes:

> > + if (err && err->apr_err ==
> > SVN_ERR_CL_NO_EXTERNAL_MERGE_TOOL)
> > + {
> > + SVN_ERR(svn_cmdline_fprintf(stderr, subpool, "%s\n",
> > + err->message ?
> > err->message :
> > + _("No merge tool
> > found.\n")));
>
> subpool is not initialized.
>
> > + svn_error_clear(err);
> > + b->external_failed = TRUE;
> > + }
> > + else if (err && err->apr_err == SVN_ERR_EXTERNAL_PROGRAM)
> > + {
> > + SVN_ERR(svn_cmdline_fprintf(stderr, subpool, "%s\n",
>
> Ditto.

Oops, I was supposed to change those to pool, like the others.
Thanks for the catch!

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 4 03:06:05 2007

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.