svn branching and merging
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.

浙公网安备 33010602011771号