I am trying to create 2 different apk's from the same project which will be installed in the same device simultaneously. I am doing this by changing the package name in AndroidManifest file and then renaming the relevant package. In normal case, this works fine.
But I have my project in SVN, I follow these steps,
- Change the package name in AndroidManifest.xml file in all the applicable places.
- Save, now press YES in the alert box.
- Go to Project Explorer in eclipse, try to Refactor the package name. Now I end up with the following error in the photo below.

I am not getting what is this, because for the project which is not in SVN, I don't have any problem. So confused why I'm getting for the one in SVN.
This is the error:
move /home/keerthiraj/Desktop/ICS/Project/src/com/ai2/ordershark /home/keerthiraj/Desktop/ICS/Project/src/com/hla/oshark svn: '/home/keerthiraj/Desktop/ICS/Project/src/com/hla' is not a working copy svn: '/home/keerthiraj/Desktop/ICS/Project/src/com/hla' is not a working copy Can any body please suggest me something.