Copy

Copy a file or directory in a working copy or in the repository.

svn copy(SRCPATH DSTPATH)|(SRCURL DSTURL)
Type Value Description
SRCPATH Working copy path of the resource to be copied.  
DSTPATH   Working copy path where the resource will be copied to.
SRCURL Repository path of the resource to be copied.  
DSTURL Repository path where the resource will be copied to.