Subversion command line option to switch repository root

Subversion command line option to switch repository root:
Finally I found the simple way to switch svn repository root for any existing project & checked out using Subversion
Command Line Option:


commandline@yourname$  svn switch --relocate OLD_REPO_URL NEW_REPO_URL


Your are done 🙂
~Ruitu