This documentation was written to describe Subversion 1.0. If you are running a newer version of Subversion, we strongly suggest that you visit http://www.svnbook.com/ and consult the version of this book appropriate for your version of Subversion.
svn move — Move a file or directory.
This command moves a file or directory in your working copy or in the repository.
This command is equivalent to an svn copy followed by svn delete.
Subversion does not support moving between working copies and URLs. In addition, you can only move files within a single repository—Subversion does not support cross-repository moving.
Move and schedule a file or directory for addition (with history).
Complete server-side rename.