the svn switch command is an alternative way to creating a working copy of a branch :)
You can merge specific changesets from one branch to another by naming them in the merge arguments: passing -c 9238
to svn merge would merge changeset r9238 into your working copy.