I\'ve somehow managed to get an SVN repository into a bad state. I\'ve moved a directory and now I can\'t commit it in its new location.
As far as svn status
svn status
I'd suggest, to delete (outside subversionso with rm or similar), the directory above test, and then running svn update there.
That is, if you don't want to get a whole new working copy as others have suggested, which might be the safest approach.