we are working on 2 concurrent releases, one is the branch and other is trunk. and every change that goes to branch must be merged in trunk. this takes lot of time if we are working on a big functionality. thus I want to automate this process i.e. every time there is a change in the branch .. these changes are merged with trunk.
For the same, I am exploring SVN and thinking to write a script that does this. would anyone know how can I achieve this, is there any tutorial of some sort ? I have already referred to various articles like this.
So far I have not been able to get it working.