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

Re: svn commit: r29261 - trunk/subversion/bindings/swig/ruby/svn

From: Lieven Govaerts <svnlgo_at_mobsol.be>
Date: Sun, 10 Feb 2008 17:46:35 +0100

Joe Swatosh wrote:
> On Feb 10, 2008 8:37 AM, <joeswatosh_at_tigris.org> wrote:
>> Author: joeswatosh
>> Date: Sun Feb 10 08:37:05 2008
>> New Revision: 29261
>>
>> Log:
>> Follow on to r29208 " Delete svn_client_propget3() and rename
>> svn_client_propget4() to svn_client_propget3()." Updating the Ruby bindings.
>>
>> * subversion/bindings/swig/ruby/svn/client.rb
>> (Svn::Client::Context#propget): Use propget3 instead of propget4.
>>
>>
>> Modified:
>> trunk/subversion/bindings/swig/ruby/svn/client.rb
>>
>> Modified: trunk/subversion/bindings/swig/ruby/svn/client.rb
>> URL: http://svn.collab.net/viewvc/svn/trunk/subversion/bindings/swig/ruby/svn/client.rb?pathrev=29261&r1=29260&r2=29261
>> ==============================================================================
>> --- trunk/subversion/bindings/swig/ruby/svn/client.rb (original)
>> +++ trunk/subversion/bindings/swig/ruby/svn/client.rb Sun Feb 10 08:37:05 2008
>> @@ -218,7 +218,7 @@
>> peg_rev ||= rev
>> depth = Core::Depth.infinity_or_empty_from_recurse(depth_or_recurse)
>> changelists_names = [changelists_names] unless changelists_names.is_a?(Array) or changelists_names.nil?
>> - Client.propget4(name, target, peg_rev, rev, depth, changelists_names, self).first
>> + Client.propget3(name, target, peg_rev, rev, depth, changelists_names, self).first
>> end
>> alias prop_get propget
>> alias pget propget
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: svn-unsubscribe_at_subversion.tigris.org
>> For additional commands, e-mail: svn-help_at_subversion.tigris.org
>>
>>
>
> Probably should be backported to 1.5, but I'm not sure I can propose
> it in the branch.
>
Sure you can. You're one of the Ruby binding maintainers, who else would
be better placed to propose it?

Lieven

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-02-10 17:46:16 CET

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.