I have a folder that both XCode and SmartSVN both claim is "already under version control." However, when I run svn status
in that folder, it says it is not a working copy. Furthermore, I cannot add or subtract the folder from the working copy in SVN, for if I add it (with or without recursion) it claims it is already under version control, and yet there is no context option for me to remove it from said version control.
Furthermore, when I check to see if there is a .svn
folder in that directory, there is not.
I have tried svn cleanup
in the working directory root as well as the directory in question. When performed at the root it completes with no messages. When performed in the directory, it informs me that it is not a working copy.
It is causing an annoying Obstructing -
warning in XCode that is bugging me.
If anyone knows what I am talking about or has experienced the same thing please help me out!