What are the steps to merge/add a new folder to a branch from the trunk? For example, if I have the following branch structure:
branches\new_branch\folder_A
branches\new_branch\folder_B
branches\new_branch\folder_C
And wish to add a few folders that had not been merged/added to the branch folder but do exist in the trunk, how do I do that with TortoiseSVN? e.g.
trunk\folder_D
And end up adding this folder to new_branch
:
branches\new_branch\folder_D
I only want to add this specific folder as opposed to bunch of other new ones.