How to merge branch back into trunk

$ cd /path/to/trunk
$ svn merge --reintegrate http://example.com/path/to/branch
  1. codeindsgn posted this