[[[
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