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

[PATCH] Ruby bindings follow on to r26222

From: Joe Swatosh <joe.swatosh_at_gmail.com>
Date: 2007-08-23 07:05:26 CEST

[[[
Follow on to r26222 which added a depth argument to svn_repos_begin_report2.

* subversion/bindings/swig/ruby/svn/repos.rb:
 (Svn::Repos::ReposCore#report2) forwarded the already existing depth argument
 to Svn::Repos#begin_report_2.
]]]

Index: subversion/bindings/swig/ruby/svn/repos.rb
===================================================================
--- subversion/bindings/swig/ruby/svn/repos.rb (revision 26229)
+++ subversion/bindings/swig/ruby/svn/repos.rb (working copy)
@@ -103,7 +103,7 @@
         authz_read_func ||= @authz_read_func
         args = [
           rev, self, fs_base, target, tgt_path, text_deltas,
- ignore_ancestry, editor, authz_read_func,
+ depth, ignore_ancestry, editor, authz_read_func,
         ]
         report_baton = Repos.begin_report2(*args)
         setup_report_baton(report_baton)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Thu Aug 23 07:02:56 2007

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.