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.

原文地址:https://www.cnblogs.com/oxspirt/p/6016414.html