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

Re: More cvs2svn broken in 0.17.0?

From: <gstein_at_lyra.org>
Date: 2003-01-23 02:27:16 CET

On Wed, Jan 22, 2003 at 12:26:24PM -0600, Ben Collins-Sussman wrote:
 David Summers david@summersoft.fay.ar.us writes:
 
      handler, baton = fs.apply_textdelta(root, repos_path, f_pool)
  TypeError: svn_fs_apply_textdelta() takes exactly 5 arguments (3 given)
 
 Right. svn_fs_apply_textdelta() grew two new arguments. So did
 apply_textdelta() in every single editor. This probably means a the
 swig bindings have a bunch of catching up to do. I'll leave it to
 someone who knows swig...

This has nothing to do with SWIG. The bindings *are* up to date, and those
bindings are asking for more arguments.

That's the beauty of SWIG. We typically don't have to change anything to
have it pick up changes in our API.

In this case, the application (cvs2svn) needs to be fixed.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 14 02:08:10 2006

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.