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

Re: weird merge

From: Xavier Noria <fxn_at_hashref.com>
Date: Tue, 30 Mar 2010 16:55:30 +0200

On Tue, Mar 30, 2010 at 4:25 PM, Bob Archer <Bob.Archer_at_amsi.com> wrote:

>> On Fri, Mar 26, 2010 at 5:11 PM, Tyler Roscoe <tyler_at_cryptio.net> wrote:
>>
>> > On Fri, Mar 26, 2010 at 03:17:54PM +0100, Xavier Noria wrote:
>> >> Even if I try to fix it by hand with
>> >>
>> >>     svn merge -r2:2909 ^/trunk --record-only
>> >>
>> >> a subsequent merge still tries to get 2 through 2909. Moreover
>
>
> Did you do a commit after doing the --record-only merge?

Nope, someone else in the project did. Right after I branched from trunk:

    cd into branches/someplace
    svn co branchURL
    cd branch name

now to check the strange behavior:

    svn merge --dry-run ^/trunk

confirm the mysterious r2 to r2909 appearing, with tree conflicts etc.
(they are really old).

   svn log

on the other side shows all the history down to r1.

Then

    svn merge -r2:2909 ^/trunk --record-only

Just returns a prompt, silently, and if we try again

    svn merge --dry-run ^/trunk

that still tries to merge r2 to r2909.
Received on 2010-03-30 16:56:18 CEST

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

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