Hi,
for all of you who have a SVN working copy from https://svn.sourceforge.net/svnroot/geany, this will no longer work from June 28. You have to switch your working copy to the new URL scheme to keep it working.
You can use "svn info" to find out whether you need to switch your wokring copy. If it reports a URL like "https://svn.sourceforge.net/svnroot/geany/trunk" you should switch. If it reports something like "https://geany.svn.sourceforge.net/svnroot/geany/trunk" nothing is to be done.
If you need to switch: The easiest way is to perform the following command inside your working copy: svn switch --relocate https://svn.sourceforge.net/svnroot/geany/trunk https://geany.svn.sourceforge.net/svnroot/geany/trunk After that, all should work fine.
For more information please read https://sourceforge.net/docs/E09#notice.
Regards, Enrico