Given the following scenario
Start off with this structure:
Trunk\blah\
Tag\
I branch Trunk into Tag. Now I have
Trunk\blah\
Tag\Version 1\blah\
I branch my newly created tag again. Now I have:
Trunk\blah\
Tag\Version 1\blah\
Tag\Version 2\blah\
I make a change to blah in Version 2 and commit. Can I merge that change back into Trunk\blah directly? IE can I skip the chain of branches and keep Version 1 as it was when tagged.