Is there a way to alter the branch to which a working copy relates?
Another developer has renamed the branch im wokring on, so I cant commit any work any more.
C
From the working copy directory:
svn switch http://server/svn/branches/newbranch
You almost answered it yourself, you can do this by relocating:
svn switch --relocate FROM TO
for example
svn switch --relocate http://server/svn/repos/branches/foo \ http://server/svn/repos/branches/bar