Effective immediately, the MESS SVN server address is changing to messdev.no-ip.org. The old fdns.net address will be going away on Dec. 1. This means anyone who has a local copy of the source code from SVN will need to do a relocate or you won't be able to keep updating. (Relocating is much faster than checking everything out all over again, and is much nicer on the server.)
If you are using TortoiseSVN, you can make the change by going to your top-level MESS directory, then right-clicking and going to TortoiseSVN->Relocate... and entering the following address (adding your development username if you have one):
svn://messdev.no-ip.org/mess
If you use command-line SVN, you can use the following command:
svn switch --relocate svn://messdev.fdns.net/mess svn://messdev.no-ip.org/mess
Note that for TortoiseSVN at least, this clears the password cache so if you have a developer account you will need to go dig up your login details again.