How to merge a branch
Hi
During a build I would like to checkout my SVN trunk and then immediately merge a branch into it before continuing with the build.
Please could anyone advise what the recommended way to do this is? Would it be part of my checkout rules in the build configuration, or should I be doing this as a target in my MSBuild.xml?
Thanks
Please sign in to leave a comment.
Sorry, I forgot to say I am using TeamCity 6.5 (although I'm hoping to upgrade to the latest version soon)
Sorted it out: http://stackoverflow.com/questions/16832509/perform-a-svn-merge-in-teamcity-or-msbuild?noredirect=1#comment24278878_16832509