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

Re: svn commit: r29361 - in branches/1.5.x: . subversion/bindings/swig/ruby/svn

From: David Glasser <glasser_at_davidglasser.net>
Date: Thu, 14 Feb 2008 16:16:14 -0800

Wrong log message?

On Thu, Feb 14, 2008 at 1:35 PM, <cmpilato_at_tigris.org> wrote:
> Author: cmpilato
> Date: Thu Feb 14 13:35:17 2008
> New Revision: 29361
>
> Log:
> * subversion/libsvn_subr/opt.c
> (svn_opt_args_to_target_array2): Whitespace changes only (caught in
> review for backport to 1.5.x).
>
> Modified:
> branches/1.5.x/ (props changed)
> branches/1.5.x/STATUS
> branches/1.5.x/subversion/bindings/swig/ruby/svn/client.rb
>
> Modified: branches/1.5.x/STATUS
> URL: http://svn.collab.net/viewvc/svn/branches/1.5.x/STATUS?pathrev=29361&r1=29360&r2=29361
> ==============================================================================
> --- branches/1.5.x/STATUS (original)
> +++ branches/1.5.x/STATUS Thu Feb 14 13:35:17 2008
> @@ -28,11 +28,6 @@
> Votes:
> +1: epg, cmpilato
>
> - * r29261
> - Make the propget API usable in the Ruby bindings.
> - Votes:
> - +1: joeswatosh, cmpilato
> -
> * r29313
> This is a follow on to the already approved r29250 "Yet another node-
> origins-cache-for-FSFS implementation!" that modifies the Ruby bindings
>
> Modified: branches/1.5.x/subversion/bindings/swig/ruby/svn/client.rb
> URL: http://svn.collab.net/viewvc/svn/branches/1.5.x/subversion/bindings/swig/ruby/svn/client.rb?pathrev=29361&r1=29360&r2=29361
> ==============================================================================
> --- branches/1.5.x/subversion/bindings/swig/ruby/svn/client.rb (original)
> +++ branches/1.5.x/subversion/bindings/swig/ruby/svn/client.rb Thu Feb 14 13:35:17 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
>
>

-- 
David Glasser | glasser@davidglasser.net | http://www.davidglasser.net/
---------------------------------------------------------------------
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-15 01:16:26 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.