I have a working copy named "Experiments" in that I had to add a project named "Blue Print".
I have done svn add *
, later I've deleted the "Blue Print" project folder for some reason. Then I've added another project named "MyProj" and used svn add
.
Now, when I try to commit I'm getting error that "Blue Print" is missing.
I have tried svn revert "Blue Print"
, svn delete "Blue Print"
, but have not able to solve the issue. What can I do to fix my working copy and/or repo?