--
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
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
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.
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
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
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
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
> 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
8 matches
Mail list logo