Branch / Tag

svn copy -m "log message" URL1 URL2
svn copy -m "log message" URL1@rev1 URL2
svn copy -m "log message" PATH URL
Type Value Description
-m "log message" Commit message.  
URL1   Source repository URL.
rev1 Revision of the source.  
URL2 Destination repository URL.  
PATH Source working copy path.  
URL Destination repository URL.