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

Merging moves

From: Tennebø Frode <frode.tennebo_at_saabgroup.com>
Date: Fri, 30 Apr 2010 07:50:28 +0000

I have a vendor branch which has diverged quite a lot from trunk. Now I have got a new vendor release which is essentially the same as the previous version, but completely restructured (we are talking about 2000+ files which have moved around. However, I managed to get it imported into my vendor branch using a modified svn_load_dirs.pl (for automatic renaming).

However, trying now to merge this delta with trunk gives:

ft_at_tr:/home2/Arthur_Korea/pmedarb/ft/merge/src>svn merge file:///home2/Arthur_Korea/pmedarb/ft/svn/cru110901_14_dp/vendor/ModC_Demo_R1B08/src file:///home2/Arthur_Korea/pmedarb/ft/svn/cru110901_14_dp/vendor/current/src .
--- Merging differences between repository URLs into '.':
   C all_korea.gpr
svn: The URL 'file:///home2/Arthur_Korea/pmedarb/ft/svn/cru110901_14_dp/vendor/current/src/RLIB' has a different repository root than its parent

I have also tried with --ignore-ancestry (not what I want) and --reintegrate with the same result.

The Red Book hints that merges with moves is non-trivial (http://svnbook.red-bean.com/nightly/en/svn.branchmerge.advanced.html#svn.branchmerge.advanced.moves). Which options do I have?

I'm using version 1.6.9.

 -Frode
Received on 2010-04-30 09:51:11 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.