In order to do some refactoring I copied the trunk in a new branch. Refactoring included renaming Java Source
to src
and deleting Web Content
folder. But after making desired changes in the branch and executing svn merge
from the trunk the refactoring changes were not reflected. Though merging did pull in the code changes from the branch. Am I doing something wrong here?
Trunk structure:
Branch structure:
Merged Trunk structure: (no changes reflected)