show/hide this revision's text 2 added 242 characters in body

I need to intergrate a branch into the trunk but the folder hierarchy of my trunk changed in the meantime. I should still be able to merge sub-folders which preserve the original structure, but when I try I get an error.

Example: svn/branches/dir1/dir2/

  • Original structure when branch was created:
    • svn/trunk/dir1/dir2 --> svn/branches/b1/dir1/dir2
  • renamed:
    • svn/trunk/dir1 --> svn/trunk/dir3
  • made changes to files in svn/branches/b1/dir1/dir2

Now I want to reintegrate svn/branches/b1/dir1/dir2 --> svn/trunk/dir3/dir2

show/hide this revision's text 1

how do I integrate a branch into a trunk if the folder structure has changed?

I need to intergrate a branch into the trunk but the folder hierarchy of my trunk changed in the meantime. I should still be able to merge sub-folders which preserve the original structure, but when I try I get an error.

Example: svn/branches/dir1/dir2/ --> svn/trunk/dir3/dir2