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

Re: [PATCH] ruby binding build problem (Re: Subversion 0.17.0 released.)

From: <ukai_at_debian.or.jp>
Date: 2003-01-22 19:15:18 CET

At 21 Jan 2003 13:19:07 -0600,
Karl Fogel wrote:
 
 Fumitoshi UKAI ukai@debian.or.jp writes:
  I think this patch is needed to build ruby bindings.
  
  Log:
  * subversion/bindings/ruby/txdelta.c
    (txdelta_new): result_checksum arg is added to svn_txdelta_apply.
 
 Committed in revision 4485, thanks.

Thanks. but that log messsage should be:
 (txdelta_new): Pass null result_checksum parameter to svn_txdelta_apply.

To follow rev 4480 changes (Add error_info parameter for
svn_txdelta_apply), we need another patch:-)

Regards,
Fumitoshi UKAI

Log:
* subversion/bindings/ruby/txdelta.c
  (txdelta_new): Pass null error_info parameter to svn_txdelta_apply.

Index: subversion/bindings/ruby/txdelta.c
===================================================================
--- subversion/bindings/ruby/txdelta.c (revision 4508)
+++ subversion/bindings/ruby/txdelta.c (working copy)
@@ -89,7 +89,7 @@
   delta-closed = TRUE;
   /* svn_ruby_stream can raise exception */
   svn_txdelta_apply (svn_ruby_stream (source), svn_ruby_stream (target),
- NULL, delta-pool, delta-handler,
+ NULL, NULL, delta-pool, delta-handler,
                      delta-handler_baton);
   delta-closed = FALSE;
   argv[0] = source;

---------------------------------------------------------------------
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:06:37 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.