How to merge branch back to trunk in SVN with all commit history?

Viewed 21740

How to merge branch back to trunk in SVN with all commit history? I know in Git I can use

merge -squash

Is there any equivalent command in SVN? I am using SVN 1.6.

5 Answers
Related