You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Stein <gs...@gmail.com> on 2009/05/09 21:43:16 UTC

Re: svn commit: r37662 - in trunk/subversion: include libsvn_subr mod_dav_svn

On Sat, May 9, 2009 at 21:16, C. Michael Pilato <cm...@collab.net> wrote:
> Author: cmpilato
> Date: Sat May  9 12:16:40 2009
> New Revision: 37662
>
> Log:
> Add a new public API for trimming out the trace-only error chain links,
> and use it in mod_dav_svn to avoid sending useless error messages across
> the wire.  This makes still more tests pass over WebDAV.
>
> * subversion/include/svn_error.h
>  (svn_err_purge_tracing): New function prototype.

Precedent is: all the functions are named svn_error_*

>...

Cheers,
-g

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2152444


Re: svn commit: r37662 - in trunk/subversion: include libsvn_subr mod_dav_svn

Posted by "C. Michael Pilato" <cm...@collab.net>.
Greg Stein wrote:
> On Sat, May 9, 2009 at 21:16, C. Michael Pilato <cm...@collab.net> wrote:
>> Author: cmpilato
>> Date: Sat May  9 12:16:40 2009
>> New Revision: 37662
>>
>> Log:
>> Add a new public API for trimming out the trace-only error chain links,
>> and use it in mod_dav_svn to avoid sending useless error messages across
>> the wire.  This makes still more tests pass over WebDAV.
>>
>> * subversion/include/svn_error.h
>>  (svn_err_purge_tracing): New function prototype.
> 
> Precedent is: all the functions are named svn_error_*

Indeed. r37680.

-- 
C. Michael Pilato <cm...@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2191038