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

Re: svn_error_abort_on_malfunction doesn't

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Thu, 15 Jan 2009 14:28:50 +0000

David Glasser wrote:
> Looks about right.

r35259.

- Julian

> Julian Foad wrote:

> @@ -520,7 +520,8 @@ svn_error_abort_on_malfunction(svn_boole
> {
> svn_error_t *err = svn_error_raise_on_malfunction(TRUE,
> file, line, expr);
>
> - svn_handle_error2(err, stderr, TRUE, "svn: ");
> + svn_handle_error2(err, stderr, FALSE, "svn: ");
> + abort();
> return err; /* Not reached. */
> }

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1026496
Received on 2009-01-15 15:29:14 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.