user4261201
user4261201

Reputation: 2342

SVN -- Unable to commit newly added files

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.

enter image description here

Upvotes: 2

Views: 486

Answers (1)

user4261201
user4261201

Reputation: 2342

I followed these steps to resolve my issue

enter image description here

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.

  1. Select all the files having ! mark.
  2. After selection, Right click on the files.
  3. Select Discard Changes
  4. Click Discard Changes in confirmation dialogue.

Below images may help you to get clarification on this process.

enter image description here

enter image description here

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

Related Questions