2 examples for svn

{{ score }}
  # Performs a complete merge of a branch (relative URL from repository root) into your working copy 
svn merge ^/path/to/branch /path/to/working/copy
        
{{ score }}
  # Merges revision 420 from /main to current working copy
svn merge -c 420 ^/main /path/to/working/copy