SVN - Change working copy to point at new svn path
svn switch --relocate
is deprecated as of version 1.7 of subversion. Use the svn relocate
command instead.
It takes either FROM-PREFIX TO-PREFIX [PATH...]
or TO-URL
as arguments.
See
svn help relocate
for more information.
Use the svn switch
command with the --relocate
command line option.