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

cvs2svn

From: <lodewijk_at_reddwarf.xs4all.nl>
Date: 2002-04-02 02:00:56 CEST

hello,

I'm trying to get cvs2svn.py to work, but it dumps core. the problem seems to
be in the swig-generated _wrap_svn_fs_apply_textdelta(), where it says:

  void **arg2 ;

  ... nothing done to arg2 ...

  result = (svn_error_t *)svn_fs_apply_textdelta(arg1,arg2,arg3,(char const *)arg4,arg5);

and then in svn_fs_apply_textdelta():

  *contents_baton_p = tb;

and there it goes. is this a bug or is cvs2svn as a whole not supposed to be
functional yet anyway?

svn is current, swig is 1.3, python 2.1.

thanks,
Lodewijk

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 2 02:01:28 2002

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.