The project has been forced to update to Sourceforge's new platform. This may require a relocation of the svn image, the new subversion checkout is now svn://svn.code.sf.net/p/scidb/code. Use one of the following reloaction commands, depending on your svn version and the root of your svn image:
> svn relocate svn://svn.code.sf.net/p/scidb/code/trunk/ > svn relocate svn://svn.code.sf.net/p/scidb/code/ > svn switch --relocate svn://svn.code.sf.net/p/scidb/code/trunk/ > svn switch --relocate svn://svn.code.sf.net/p/scidb/code/ If this seems to be to complicated, remove your old svn image and create a new one: > svn checkout svn://svn.code.sf.net/p/scidb/code/trunk scidb-code The latter argument is your destination directory. Gregor