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

Re: svn commit: rev 1015 - trunk/subversion/bindings/ruby

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-01-22 13:17:40 CET

On Tue, Jan 22, 2002 at 06:03:25AM -0600, yoshiki@tigris.org wrote:
>...
> Log:
> Fix typo. Thanks for trying to keep ruby bindings area up to date but
> it seems I need to repost build system patch. :-)
>...
> +++ NEW/trunk/subversion/bindings/ruby/wc.c Tue Jan 22 06:03:12 2002
> @@ -208,8 +208,8 @@
> Check_Type (aPath, T_STRING);
>
> pool = svn_pool_create (NULL);
> - value = svn_stringf_ncreate (StringValuePtr (aValue),
> - RSTRING (aValue)->len, pool);
> + value = svn_stringuf_ncreate (StringValuePtr (aValue),
> + RSTRING (aValue)->len, pool);

I'd say you should try building, too :-)

That should be svn_stringbuf_ncreate. (missing 'b')

hehe...

Regarding the build system patch: have you figured out the threading flags
yet? I've got to believe there is a good way to handle that, without some of
the flag munging that was in some of the early patches.

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 21 14:36:57 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.