Re: r1438683 - issue #4306 'multiple editor drive file merges record wrong mergeinfo during conflicts'

2013-02-13 Thread Julian Foad
  -- Certified & Supported Apache Subversion Downloads: http://www.wandisco.com/subversion/download - Original Message - > From: Paul Burba > To: Julian Foad > Cc: "dev@subversion.apache.org" > Sent: Tuesday, 12 February 2013, 21:03 > Subject: Re: r1438683 - issue #4306 'multiple e

Re: [PATCH] Small fixes to the Perl bindings

2013-02-13 Thread Roderich Schupp
On Tue, Feb 12, 2013 at 6:06 PM, Ben Reser wrote: > FYI you may want to apply the changes in r1445267 to your local copy. > I found a bug in the conversion of the svn_opt_revision_t typemap to > use a function. > Ouch. Your diagnosis is correct, though I can't reproduce your symptoms :) The pre

Re: [PATCH] Small fixes to the Perl bindings

2013-02-13 Thread Ben Reser
On Wed, Feb 13, 2013 at 6:57 AM, Roderich Schupp wrote: > Ouch. Your diagnosis is correct, though I can't reproduce your symptoms :) > The previously failing tests in t/9wc.t do not cover the problematic > conversion. > For that, you would have to pass a Perl _svn_opt_opt_revision_t object > (e.g.

Re: svn commit: r1440966 - in /subversion/trunk/subversion: libsvn_client/merge.c tests/cmdline/merge_tests.py tests/cmdline/merge_tree_conflict_tests.py tests/cmdline/tree_conflict_tests.py

2013-02-13 Thread Paul Burba
On Thu, Jan 31, 2013 at 11:50 AM, Paul Burba wrote: > On Thu, Jan 31, 2013 at 9:12 AM, wrote: >> Author: rhuijben >> Date: Thu Jan 31 14:12:53 2013 >> New Revision: 1440966 >> >> URL: http://svn.apache.org/viewvc?rev=1440966&view=rev >> Log: >> In the merge handling: make the tree conflict detec

Re: svn commit: r1445973 - in /subversion/trunk/subversion: include/svn_ra.h include/svn_repos.h libsvn_repos/rev_hunt.c tests/libsvn_repos/repos-test.c

2013-02-13 Thread Johan Corveleyn
On Thu, Feb 14, 2013 at 12:11 AM, wrote: > Author: rhuijben > Date: Wed Feb 13 23:11:33 2013 > New Revision: 1445973 > > URL: http://svn.apache.org/r1445973 > Log: > Allow svn_ra_get_file_revs2() and svn_repos_get_file_revs2() to report file > revisions backwards. This to allow optimizing 'svn bl

RE: svn commit: r1445973 - in /subversion/trunk/subversion: include/svn_ra.h include/svn_repos.h libsvn_repos/rev_hunt.c tests/libsvn_repos/repos-test.c

2013-02-13 Thread Bert Huijben
We currently fetch all the revision numbers (inserted in an array in the wrong order.. which we then reverse) and then start delivering changes. I would be surprised if the revision/path walk step would make a huge difference compared to delivering the actual changes (We now always do that before

Re: svn commit: r1445904 - in /subversion/trunk/subversion: libsvn_wc/diff_editor.c tests/cmdline/diff_tests.py

2013-02-13 Thread Philip Martin
rhuij...@apache.org writes: > Author: rhuijben > Date: Wed Feb 13 20:27:45 2013 > New Revision: 1445904 > > URL: http://svn.apache.org/r1445904 > Log: > Refactor the repos-wc diff to be fully ancestry aware, but at the same > time able to suppress ancestry differences for files on files and > dire

Re: svn commit: r1445980 - /subversion/trunk/subversion/libsvn_subr/sorts.c

2013-02-13 Thread Julian Foad
> URL: http://svn.apache.org/r1445980 > Log: > * subversion/libsvn_subr/sorts.c >   (svn_sort__array_reverse): Replace a debug-only assertion with an >     implementation for non pointer sized array items, which I hope >     we never need. [...] Thanks for prioviding an implementation.  I updated