I have recent source in branch containing some features. I want to merge them to the trunk source.
1) I cannot pull the source locally. Because, I have to merge nearly for 30+ sources in different different locations.
2) I cannot delete the trunk source location and move the branch sources using the Copy To option.
So, I just want to merge sources by providing the Source and Target locations alone without pulling the source locally. Or Is there any automated way available?
I saw lot of post in SO related to this. None of them address, the context what I’m looking for.
I don’t think this is possible, but that’s a good thing. Do you really want a mindless, automated merge of all these sources (finished with a commit)? The point of merging in a local copy is so you can sanity check it all, and resolve all the conflicts you’ll get if you have changes in the same place in multiple branches….