applied
PS: anyone else getting this :
Error: PROPFIND request failed on '/svnroot/repos/codeblocks/trunk'
Error: PROPFIND of '/svnroot/repos/codeblocks/trunk': Could not read status line: An existing connection was forcibly closed by the remote host. (http://svn.berlios.de)
Yes, I have been getting it. I just deleted and recreated my svn directory using "svn checkout svn://svn.berlios.de/codeblocks/trunk codeblocks" instead of "SVN checkout http://svn.berlios.de/svnroot/repos/codeblocks/trunk codeblocks".
I tried SVN SWITCH and just got other errors. Note, I have never use svn switch so I may have used it wrong.
I think I got the svn switch to work using the following.
cd codeblocks
svn switch --relocate http://svn.berlios.de svn://svn.berlios.de
Tim S