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

merging trunk to branch merges the whole trunk history

From: Eli S <eli-sava_at_pacbell.net>
Date: Tue, 16 Feb 2010 22:42:59 -0800

Apologies to for letting this languish. I was waiting on an upgrade and
the system administrators upgraded to 1.6.6 on Ubuntu. The repository
and branch were created on 1.5.1 using cvs2svn. The branch was created
using svn copy between URLs.

My problem is that when I upgrade trunk to branch I get lots of
conflicts and messages to the effect that the whole history is getting
merged.

I tried the fix suggested by Stefan Sperling:
<branch-working> svn merge --record-only -r0:1606 TRUNK_URL

which produces no output. Then I still get the following behavior:
<branch-working> svn merge TRUNK_URL
--- Merging r2 through r1618 into '.':
    C test
    C exec
...

Neither:
<branch-working> svn propget svn:mergeinfo
nor
<trunk-working> svn propget svn:mergeinfo
produces any output, even after I do the record-only merge. Even when I
create a new branch (by copying URLs) in 1.6.6, checkout the branch and
attempt svn propget I get the same behavior. Anyone ever seen this?

Thanks,
Eli
Received on 2010-02-17 07:43:32 CET

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.