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

Re: svn commit: r22494 - in trunk/subversion: libsvn_repos tests/cmdline

From: David Glasser <glasser_at_mit.edu>
Date: 2006-11-29 04:16:02 CET

On 11/28/06, malcolm@tigris.org <malcolm@tigris.org> wrote:

> + if (!APR_PROC_CHECK_EXIT(exitwhy))
> + {
> + failure_message = svn_stringbuf_createf(pool,
> + _("'%s' hook failed (did not exit cleanly: "
> + "exitwhy was %d, exitcode was %d). "),
> + name, exitwhy, exitcode);

Is somebody reading this actually going to know what an exitwhy is?
Maybe it would even be better to say apr_exit_why_e instead (which is
at least better Google fodder)?

--dave

-- 
David Glasser | glasser_at_mit.edu | http://www.davidglasser.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 29 04:16:18 2006

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.