SVN 1.6.12 question - Suppose I create a branch off of trunk.
Then in that branch I rearrange many of the files into different directories under that branch (using the repository's server view in Eclipse).
Now suppose some people are modifying the trunk files whereas I am working on the branch, and I want to merge their changes into my branch.
If I merge from the project root in trunk back into my branch, would that work, even on the moved files?
Of course in CVS that would never have worked but since svn allows you to move files around on the server, I presume it is smart enough to know how to merge files that have changed directories.
Anyone know?