If you are checked out of a large source tree and want to avoid having to refresh everything, I have found another work-around for this problem. Since the alternative is to blow everything else away anyway, this is at least worth a shot (It worked for me).
Within the .svn folder you'll notice that you have an 'entries' file. If you open one of these guys up in the .svn folder where XXX.java is located, you'll see a bunch of 'copied' flags within the text. I'm not quite sure how yours got there, but mine came from playing around with VisaulSVN.
I have found that removing these copied flags from these entries files will cause the error to go away and allow you to commit again. A couple of notes :
- note that the entries file is initially a ReadOnly file and you'll have to uncheck this to make the change, and re-check it when you're finished.
- This copied flag may be in a couple of areas of the source tree, so you may end up having to fix several of these entries files.
- Be careful that you keep the line numbers the same and just delete the 'copied' text from the file.