How to merge SVN branch from trunk
In general, any change which is required to mitigate any priority issue in production, is done directly in trunk at times. At same time, development team is continue to work in separate branches. Hence a time comes when any changes which is made directly in trunk is merged with branches to get it tested.
Below are the steps that can be followed if you want to merge trunk version of code into your branch.
Steps: