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

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

From: <ukai_at_debian.or.jp>
Date: 2003-01-21 18:49:07 CET

At Mon, 20 Jan 2003 14:18:23 -0600 (CST),
Karl Fogel wrote:
 
 Grab it from
 
  http://subversion.tigris.org/files/documents/15/2686/subversion-r4468.tar.gz
 

I think this patch is needed to build ruby bindings.

Regards,
Fumitoshi UKAI

Log:
* subversion/bindings/ruby/txdelta.c
  (txdelta_new): result_checksum arg is added to svn_txdelta_apply.

Index: subversion/bindings/ruby/txdelta.c
===================================================================
--- subversion/bindings/ruby/txdelta.c (revision 4478)
+++ 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),
- delta-pool, delta-handler, delta-handler_baton);
+ NULL, delta-pool, delta-handler, delta-handler_baton);
   delta-closed = FALSE;
   argv[0] = source;
   argv[1] = target;

---------------------------------------------------------------------
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:04:13 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.