Firstly I will provide the structure of my branches
- Trunk
- Version1 (branch from trunk)
- CustomerA (branch from Version1)
- CustomerB (branch from Version2)
- Version2 (new branch at a later moment in time of trunk)
- CustomerC (branch from Version2)
- Version1 (branch from trunk)
Now I want to migrate CustomerB to version2 but I need to keep the changes allready made to the CustomerB branch.
Is this possible and how would I do that? I am using SVN with the TortoiseSVN client.