You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "C. Michael Pilato" <cm...@collab.net> on 2009/04/15 18:57:17 UTC

Re: svn commit: r37277 - trunk/subversion/include

Greg Stein wrote:
> Author: gstein
> Date: Wed Apr 15 11:37:35 2009
> New Revision: 37277
> 
> Log:
> Add a new "tracing" mechanism for svn devs. When SVN_DEBUG is defined
> (which, in turn, defines SVN_ERR_TRACING), every time an SVN_ERR() sees an
> error, then a new error is chained into the sequence automatically showing
> the current file/line which is causing the problem.

Oh ... that is so slick.  +1!

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

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

Re: svn commit: r37277 - trunk/subversion/include

Posted by Greg Stein <gs...@gmail.com>.
On Wed, Apr 15, 2009 at 20:57, C. Michael Pilato <cm...@collab.net> wrote:
> Greg Stein wrote:
>> Author: gstein
>> Date: Wed Apr 15 11:37:35 2009
>> New Revision: 37277
>>
>> Log:
>> Add a new "tracing" mechanism for svn devs. When SVN_DEBUG is defined
>> (which, in turn, defines SVN_ERR_TRACING), every time an SVN_ERR() sees an
>> error, then a new error is chained into the sequence automatically showing
>> the current file/line which is causing the problem.
>
> Oh ... that is so slick.  +1!

hehe...

It looks like it may be causing some weird failures. Investigating...

(tho also working thru some localmods and other issues...)

Cheers,
-g

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