Having an issue, here is the problem.
Created a branch from the trunk, made changes to the branch on local dev box, committed changes and now I want to merge my changes in the branch to the trunk.
I run the command: 46 is the version where I created the branch, 49 is the branch version now
sudo svn merge -r 46:HEAD http://path/to/branch/repo/verion/that/is/checkout
After running this command I look in the web GUI to see if my changes have been made to the trunk, but I don't see them. Then I thought maybe I should run the commit command.
sudo svn commit -m "Merging branch into trunk"
Still after checking the trunk I don't see my changes.
Can someone please tell me what I'm doing wrong?
Thanks