how can I move a SVN branch into trunk ?
The problem I face is, that if I do a move command in SVN (command line or inside Eclipse) I only can move the branch folder into trunk, resulting to have that folder in trunk. But I want to have all content of that branch in the trunk.
E.g.
/branch/mybranch/project1,project2,project3
shall be
/trunk/project1,project2,project3
and not
/trunk/mybranch/project1,project2,project3
of course with project1,project2,project3 as 3 different projects...
how can this be done ? Does tortoise help here ? Or is this only possible with moving every project byitself ?