Subversion merge trunk into existing tag
问题 I'm currently having the following setup in my SVN-repository: -Root --ProjectA ----trunk ----tags ----branches --ProjectB ----trunk ----tags ----branches --ProjectPool ----projectA ----projectB Where ProjectPool contains specific tags of ProjectA and ProjectB. Now the tags in ProjectPool change from time to time. This means a specific trunk-version of ProjectA is commited and I want to create a copy from this revision into Root/ProjectPool/projectA. The new tag should replace the old tag,