Reputation: 1274
While commiting a file, got this error. Why this error occurs and how to solve this ?
Upvotes: 0
Views: 39
Reputation: 4577
you can try to revert the register.html file and then update it and retry to commit it. Take backup of register.html file before reverting it.
The reason could be missing svn information for that particular file. SVN stores some required info on each file into hidden .svn file for each item in repository. So when svn couldn't fetch this required meta info, it returns errors. In your case FILE NOT FOUND error.
When you have revert it, it restores all the required information.
Upvotes: 1