svn branching and merging

时间:2023-03-09 04:09:12
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.