Trying to merge branch back into the trunk but every time I do it doesn't seem to detect any changes. Please help
Asked
Active
Viewed 570 times
0
-
1It could be helpful if you shared with us details of each step you're making. – Alex Weitz Mar 17 '16 at 09:34
1 Answers
1
When you want to merge, you must have checked out the destination in your local workspace. The concept is, you merge from another branch (source) into the current one (destination). So in your situation, make sure you have committed all your changes to the branch, then switch to trunk, then do the merge from branch.

E-Riz
- 31,431
- 9
- 97
- 134
-
What do you mean by checked out the destination? When it does recognise the changes and and I click accept it still doesn't update anything. – AngelaTastic Mar 17 '16 at 09:09