Reputation: 2342
I have deleted few files from my project. After deletion i have added few new viewcontrollers. After this when i tried to commit my project in SVN, i facing an issue saying "The working copy < Project Name > failed to add files".
Below image shows the issue information.
Upvotes: 2
Views: 486
Reputation: 2342
I followed these steps to resolve my issue
In the above image, you can observe selected files having ! mark. The problem is with these files. So we need to remove these files to fix the issue.
For removing these files follow below steps.
Below images may help you to get clarification on this process.
After this you can commit all the files at a time.
I followed these steps to fix the issue and to commit all my code files into SVN successfully.
Upvotes: 1