You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Branko Čibej <br...@xbc.nu> on 2002/08/07 03:48:39 UTC

Re: svn commit: rev 2907 - trunk/subversion/include trunk/subversion/libsvn_fs trunk/subversion/libsvn_subr trunk/subversion/mod_dav_svn trunk/subversion/clients/cmdline trunk/subversion/tests trunk/subversion/tests/libsvn_ra_local

brane@tigris.org wrote:

>Author: brane
>Date: 2002-08-06 22:30:44 -0500 (Tue, 06 Aug 2002)
>New Revision: 2907
>  
>
[snip]

>* subversion/libsvn_subr/svn_error.c (handle_error): Renamed from
>svn_handle_error and made static.
>  - Add parameters depth and parent_apr_err to control behaviour on
>    recursion.
>  - Rename buf and buf2 to errbuf and utfbuf, respectively, to give
>    some indication of the usage.
>  - Factor printing of the apr and source errors in SVN_DEBUG mode out
>    of the condition.
>  - Only print the description of err->apr_err if we're not recursing,
>    of if the current error code is different than the parent
>    error's. Pass on the error code and recursion depth when printing
>    child errors.
>(svn_handle_error): New, replacement. Just call handle_error.
>(svn_handle_warning): Use a subpool of the new pool parameter for
>local allocations, and assume the baton is a FILE* stream. Call
>handle_error instead of svn_handle_error.
>
Trust me to forget the important bit of the log message... I changed the 
last paragraph to read:

(svn_handle_warning): Use a subpool of the new pool parameter for
local allocations, and assume the baton is a FILE* stream. Call
handle_error instead of svn_handle_error. Prefix the warning message
with "svn: warning: ".



-- 
Brane Čibej   <br...@xbc.nu>   http://www.xbc.nu/brane/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org