What is the best way to make one of the branches of a subversion repository the new trunk?
There has been a major rewrite for the entire system: t
Recommend you do these changes via the repository browser tool.
Attempting large delete+move operations via the working copy is a great way to kill the working copy. If you are forced to use the working copy, perform incremental commits after each delete or move operation and UPDATE your working copy after each commit.