Re: [PATCH] Ruby bindings client for merge_peg
From: Kouhei Sutou <kou_at_cozmixng.org>
Date: 2007-08-20 12:41:50 CEST
Hi,
> > How about following the same algorithm for defaulting the peg revision
I think so. Please commit after applying my suggestions.
> Index: subversion/bindings/swig/ruby/test/test_client.rb
> @@ -911,12 +911,10 @@
> ctx.propdel("svn:mergeinfo", trunk)
Don't omit parenthesis:
> Index: subversion/bindings/swig/ruby/svn/client.rb
Add spaces around operator:
And use Regex#=~ not String#=~:
> def merge_peg(src, rev1, rev2, target_wcpath,
By the way, does we need to define #uri?:
At least, should we make #uri? private?
Or should we define #default_peg_revision not #uri??
Thanks,
-- kou --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Mon Aug 20 12:39:40 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.