If your SVN server address has been changed, you need to update your local files to refer to a new address, to do so with command line, just type:
cd [path/to/your/local/repository]
svn switch –relocate OLD_URL NEW_URL
Using SVN GUI: (TortoiseSVN)