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

Re: Re: Re: [Subclipse-users] Merge/reintegrate issue with 1.8.1

From: Mark Phippard <markphip_at_gmail.com>
Date: Wed, 28 Aug 2013 09:57:44 -0400

On Wed, Aug 28, 2013 at 9:20 AM, Mark Phippard <markphip_at_gmail.com> wrote:

> On Tue, Aug 27, 2013 at 7:37 PM, Jacob Weber <jacob_at_jacobweber.com> wrote:
>
>> I tried this with a different project, and got the same results.
>> Conflicts when I merge using Subclipse, and none when I run the exact same
>> command using the command-line svn client (copied and pasted from the SVN
>> Console).
>>
>> I noticed that on the command line, when I do a sync merge, it says
>> something like "Merging r100 through r200 into 'project'". But when I do a
>> reintegrate merge, it says "Merging differences between repository URLs
>> into 'project'".
>>
>> In Subclipse, when I do what should be a reintegrate merge, I get the
>> first message: "Merging r100 through r200 into 'project'". So that makes me
>> think it's trying to do a sync merge instead.
>>
>
> To answer your other question, I do not think there is anything else you
> can try. We just need to dig deeper to see if this is a bug we need to
> report or something we can correct in calling the API.
>
> FWIW, we do not tell it to do a certain type of merge. We just call the
> merge API with the URL you want to merge and everything else happens inside
> of the Subversion API. It is possible there is a bug in JavaHL that it is
> not properly hooking up with the new API, or perhaps the required arguments
> for the API have changed and we need to pass a different value in one of
> the arguments.
>

It looks like the API did change. It used to require a RevisionRange
object with a Null value for Start and Finish Revision. Now it wants the
RevisionRange object itself to be Null.

I will roll this out in the next release. Currently planning on waiting
for SVN 1.8.3 which should be out this week.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=3063477
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2013-08-28 15:57:50 CEST

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.