Re: Missing error messages with svn_error_quick_wrap [was: Re: " Inconsistent line-endings"]
From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-03-22 03:35:40 CET
On Sun, 2004-03-21 at 18:44, Julian Foad wrote:
Yes. Compare:
if (err->apr_err == SVN_ERR_BLAH)
to:
for (rerr = err; rerr->apr_err == SVN_ERR_BASE; rerr = rerr->child)
> > I think the svn_handle_error behavior for this case is probably historic
Maybe just punt the print_strerror parameter to print_error, and always
---------------------------------------------------------------------
|
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.