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.
Using TortoiseSVN
- Right click on working copy and select 'SVN Switch...'
- On 'Switch to branch' form Select new SVN path
Using Command
- Open console
- Navigate to the working copy
cd [working copy path]
- Write the command
svn relocate [new url]