Handling a Subversion Repository URL Change

May 4, 2009

If your repository URL changes, you can use the following command to fix existing snapshots.

svn switch --relocate OLD_URL NEW_URL

Related Posts