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

Re: Mismatched backwards compat callbacks in libsvn_wc

From: Eric Gillespie <epg_at_pretzelnet.org>
Date: Fri, 26 Jun 2009 22:14:53 -0700

I've seen and fixed this kind of bug before. The real problem
here is Subversion's complete lack of unit testing; testing
svn(1) doesn't count. People implement these wrappers and
obviously do not test them.

------------------------------------------------------------------------
r31055 | epg | 2008-05-07 08:38:45 -0700 (Wed, 07 May 2008) | 56 lines

Fix the r30694 svn_wc_diff_callbacks2_t compatibility (it mistakenly used
existing svn_wc_diff_callbacks_t wrappers, which can't work; the
structures are very different).

Make svn_wc_diff_callbacks2_t work in Python and add Python test for it.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2365908
Received on 2009-06-27 07:15:16 CEST

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.